Skip to content

Commit

Permalink
Trying to fix test #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 8, 2024
1 parent b82d062 commit e9df691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scripts/runFunctionalTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

BRANCH=$3
if [ -z $BRANCH ]; then
BRANCH=feature/issue994
BRANCH=dev
fi

ECODATA_LOCAL_DIR=$2
Expand Down Expand Up @@ -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=$?

Expand Down

0 comments on commit e9df691

Please sign in to comment.