diff --git a/src/main/scripts/runFunctionalTests.sh b/src/main/scripts/runFunctionalTests.sh index 801879c47..a58f61020 100755 --- a/src/main/scripts/runFunctionalTests.sh +++ b/src/main/scripts/runFunctionalTests.sh @@ -9,7 +9,7 @@ fi BRANCH=$3 if [ -z $BRANCH ]; then - BRANCH=feature/issue994 + BRANCH=dev fi ECODATA_LOCAL_DIR=$2 @@ -51,7 +51,7 @@ cd $MERIT_DIR chmod u+x src/main/scripts/loadFunctionalTestData.sh echo "Running functional tests" -GRADLE_OPTS="-Xmx1g" ./gradlew integrationTest "-Dorg.gradle.jvmargs=-Xmx1g" --stacktrace -Dgeb.env=$GEB_ENV -Dwebdriver.chrome.driver=/usr/bin/chromedriver +GRADLE_OPTS="-Xmx1g" ./gradlew integrationTest "-Dorg.gradle.jvmargs=-Xmx1g" --stacktrace -Dgeb.env=$GEB_ENV -Dwebdriver.chrome.driver=/usr/bin/chromedriver --tests "au.org.ala.fieldcapture.RlpReportingSpec" RETURN_VALUE=$?