File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mkdir benchmark
63
63
64
64
# set and check URL to github repo with nrtest files
65
65
if [ -z $NRTESTS_URL ]; then
66
- NRTESTS_URL=" https://github.com/OpenWaterAnalytics /${PROJECT} -nrtestsuite"
66
+ NRTESTS_URL=" https://github.com/pyswmm /${PROJECT} -nrtestsuite"
67
67
fi
68
68
69
69
curl -Ifs -o /dev/null ${NRTESTS_URL}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ mkdir benchmark
60
60
61
61
62
62
# use the shell var NRTEST_URL or if not set revert to default provided
63
- NRTESTS_URL=${NRTESTS_URL:= " https://github.com/OpenWaterAnalytics /${PROJECT} -nrtestsuite" }
63
+ NRTESTS_URL=${NRTESTS_URL:= " https://github.com/pyswmm /${PROJECT} -nrtestsuite" }
64
64
echo CHECK: using NRTESTS_URL = ${NRTESTS_URL}
65
65
66
66
Original file line number Diff line number Diff line change 14
14
:: PROJECT
15
15
:: BUILD_HOME - defaults to "build"
16
16
:: PLATFORM
17
- :: NRTESTS_URL - URL to set the test suite defaults to "https://github.com/OpenWaterAnalytics /%PROJECT%-nrtestsuite"
17
+ :: NRTESTS_URL - URL to set the test suite defaults to "https://github.com/pyswmm /%PROJECT%-nrtestsuite"
18
18
::
19
19
:: Arguments:
20
20
:: 1 - (RELEASE_TAG) release tag for benchmark version (defaults to latest tag)
@@ -59,7 +59,7 @@ mkdir %TEST_HOME% && cd %TEST_HOME% || (
59
59
echo ERROR: unable to create %TEST_HOME% dir & goto ERROR
60
60
)
61
61
62
- set " DEFAULT_TESTSUITE = https://github.com/OpenWaterAnalytics /%PROJECT% -nrtestsuite"
62
+ set " DEFAULT_TESTSUITE = https://github.com/pyswmm /%PROJECT% -nrtestsuite"
63
63
64
64
65
65
:: check that dependencies are installed
You can’t perform that action at this time.
0 commit comments