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

@@ -82,12 +82,13 @@ curl -fsSL -o examples.tar.gz ${TEST_URL}
curl -fsSL -o benchmark.tar.gz ${BENCH_URL}
# extract tests and benchmarks
# extract tests, benchmarks, and manifest
tar xzf examples.tar.gz
ln -s epanet-example-networks-${LATEST_TAG:1}/epanet-tests tests
mkdir benchmark
tar xzf benchmark.tar.gz -C benchmark
tar xzf benchmark.tar.gz --wildcards --no-anchored --strip-components=1 '*/manifest.json' -C .
# generate json configuration file for software under test