Eliminating ref_build_id as required argument on run-nrtest scripts

This commit is contained in:
Michael Tryby
2019-03-05 14:21:26 -05:00
parent d3e9c11d71
commit 651585fe32
3 changed files with 9 additions and 6 deletions

View File

@@ -80,9 +80,11 @@ curl -fsSL -o examples.zip %TESTFILES_URL%
curl -fsSL -o benchmark.zip %BENCHFILES_URL%
:: extract tests and benchmarks
:: 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
:: set up symlink for tests directory
mklink /D .\tests .\epanet-example-networks-%LATEST_TAG:~1%\epanet-tests > nul