Revert "Merge branch 'dev' of https://github.com/OpenWaterAnalytics/EPANET into dev"

This reverts commit 8fca63294d, reversing
changes made to b85aff9fc9.
This commit is contained in:
Elad Salomons
2018-04-09 15:03:03 +03:00
parent 8fca63294d
commit 4415d8c4a1
40 changed files with 14233 additions and 222 deletions

View File

@@ -9,7 +9,7 @@
# US EPA - ORD/NRMRL
#
# Arguments:
# 1 - relative path to location there test suite is staged
# 1 - test suite path
# 2 - version/build identifier
#
@@ -22,7 +22,7 @@ test_suite_path=$1
nrtest_execute_cmd="nrtest execute"
test_app_path="apps/epanet-$2.json"
tests="tests/examples tests/exeter tests/large tests/network_one tests/small tests/tanks tests/valves"
tests="tests/examples"
test_output_path="benchmark/epanet-$2"
nrtest_compare_cmd="nrtest compare"