From 0eb1433340f4b9c83e60dd6cfc100eaeed07111a Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Wed, 4 Apr 2018 16:42:22 -0400 Subject: [PATCH] Updating travis config with before-test.sh --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6060bea..f3d61f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: global: - EPANET_HOME=`pwd` - BUILD_HOME=buildprod - - TEST_HOME=tests/epanet-nrtestsuite + - TEST_HOME=nrtestsuite before_install: - sudo apt-get -qq update @@ -26,5 +26,5 @@ script: # run regression tests - cd $EPANET_HOME - pip install -r tools/requirements.txt - - tools/app-config.sh $EPANET_HOME/$BUILD_HOME/bin > $TEST_HOME/apps/epanet-$TRAVIS_COMMIT.json + - tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT - tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT