diff --git a/tools/before-test.cmd b/tools/before-test.cmd index daa09c4..3c04d89 100644 --- a/tools/before-test.cmd +++ b/tools/before-test.cmd @@ -1,21 +1,21 @@ :: :: before-test.cmd - Prepares AppVeyor CI worker to run epanet regression tests -:: +:: :: Date Created: 4/3/2018 :: :: Author: Michael E. Tryby :: US EPA - ORD/NRMRL :: -:: Arguments: -:: 1 - relative path regression test file staging location +:: Arguments: +:: 1 - relative path regression test file staging location :: 2 - absolute path to location of software under test :: 3 - build identifier for software under test -:: -:: Note: +:: +:: Note: :: Tests and benchmark files are stored in the epanet-example-networks repo. -:: This script retreives them using a stable URL associated with a release on -:: GitHub and stages the files for nrtest to run. The script assumes that -:: before-test.cmd and gen-config.cmd are located together in the same folder. +:: This script retreives them using a stable URL associated with a release on +:: GitHub and stages the files for nrtest to run. The script assumes that +:: before-test.cmd and gen-config.cmd are located together in the same folder. :: @echo off @@ -25,8 +25,8 @@ set SCRIPT_HOME=%~dp0 set TEST_HOME=%~1 -set EXAMPLES_VER=1.0.2-dev.4 -set BENCHMARK_VER=220dev4 +set EXAMPLES_VER=1.0.2-dev.5 +set BENCHMARK_VER=220dev5 set TESTFILES_URL=https://github.com/OpenWaterAnalytics/epanet-example-networks/archive/v%EXAMPLES_VER%.zip diff --git a/tools/run-nrtest.cmd b/tools/run-nrtest.cmd index 3e50980..db4174f 100644 --- a/tools/run-nrtest.cmd +++ b/tools/run-nrtest.cmd @@ -1,12 +1,12 @@ :: :: run_nrtest.cmd - Runs numerical regression test -:: +:: :: Date Created: 1/8/2018 :: :: Author: Michael E. Tryby :: US EPA - ORD/NRMRL :: -:: Arguments: +:: Arguments: :: 1 - nrtest script path :: 2 - test suite path :: 3 - version/build identifier @@ -18,7 +18,7 @@ setlocal set NRTEST_SCRIPT_PATH=%~1 set TEST_SUITE_PATH=%~2 -set BENCHMARK_VER=220dev4 +set BENCHMARK_VER=220dev5 set NRTEST_EXECUTE_CMD=python %NRTEST_SCRIPT_PATH%\nrtest execute