Skip to content
Snippets Groups Projects
Commit 700d2f03 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

loader test update

parent 4aa64cd2
No related branches found
No related tags found
1 merge request!251Export updates
...@@ -219,9 +219,8 @@ class LoaderTests { ...@@ -219,9 +219,8 @@ class LoaderTests {
Hazard hazard = HazardCalcs.hazard(model, config, site, exec); Hazard hazard = HazardCalcs.hazard(model, config, site, exec);
handler.write(hazard); handler.write(hazard);
} }
handler.expire();
exec.shutdown(); exec.shutdown();
return handler.outputDir(); return config.output.directory;
} }
private static ExecutorService initExecutor(ThreadCount threadCount) { private static ExecutorService initExecutor(ThreadCount threadCount) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment