Skip to content

Commit f7beae6

Browse files
authored
Merge pull request #18 from pyswmm/update_ref
Updated swmm-nrtestsuite repo links
2 parents ea34e89 + 2e09c59 commit f7beae6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

darwin/before-nrtest.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mkdir benchmark
6363

6464
# set and check URL to github repo with nrtest files
6565
if [ -z $NRTESTS_URL ]; then
66-
NRTESTS_URL="https://github.com/OpenWaterAnalytics/${PROJECT}-nrtestsuite"
66+
NRTESTS_URL="https://github.com/pyswmm/${PROJECT}-nrtestsuite"
6767
fi
6868

6969
curl -Ifs -o /dev/null ${NRTESTS_URL}

linux/before-nrtest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mkdir benchmark
6060

6161

6262
# 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"}
6464
echo CHECK: using NRTESTS_URL = ${NRTESTS_URL}
6565

6666

windows/before-nrtest.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:: PROJECT
1515
:: BUILD_HOME - defaults to "build"
1616
:: 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"
1818
::
1919
:: Arguments:
2020
:: 1 - (RELEASE_TAG) release tag for benchmark version (defaults to latest tag)
@@ -59,7 +59,7 @@ mkdir %TEST_HOME% && cd %TEST_HOME% || (
5959
echo ERROR: unable to create %TEST_HOME% dir & goto ERROR
6060
)
6161

62-
set "DEFAULT_TESTSUITE=https://github.com/OpenWaterAnalytics/%PROJECT%-nrtestsuite"
62+
set "DEFAULT_TESTSUITE=https://github.com/pyswmm/%PROJECT%-nrtestsuite"
6363

6464

6565
:: check that dependencies are installed

0 commit comments

Comments
 (0)