Redirecting 7z output to nul

This commit is contained in:
Michael Tryby
2019-03-05 17:43:54 -05:00
parent 12bbeb4921
commit 306c54fb96

View File

@@ -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