From 306c54fb961e02bcb255cc72782dcf55cfc9fd6f Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Tue, 5 Mar 2019 17:43:54 -0500 Subject: [PATCH] Redirecting 7z output to nul --- tools/before-test.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/before-test.cmd b/tools/before-test.cmd index f663bc1..0449209 100644 --- a/tools/before-test.cmd +++ b/tools/before-test.cmd @@ -83,7 +83,7 @@ curl -fsSL -o benchmark.zip %BENCHFILES_URL% :: extract tests, benchmarks, and manifest 7z x examples.zip *\epanet-tests\* > nul 7z x benchmark.zip -obenchmark\ > nul -7z e benchmark.zip -o. manifest.json -r +7z e benchmark.zip -o. manifest.json -r > nul :: set up symlink for tests directory