Skip to content

Commit

Permalink
Retrying functional tests #3401
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 8, 2025
1 parent 7f122dd commit 2c9f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/runFunctionalTests.sh
Original file line number Diff line number Diff line change
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 --tests "au.org.ala.fieldcapture.ConfigurableMeriPlanSpec"
GRADLE_OPTS="-Xmx1g" ./gradlew integrationTest "-Dorg.gradle.jvmargs=-Xmx1g" --stacktrace -Dgeb.env=$GEB_ENV -Dwebdriver.chrome.driver=/usr/bin/chromedriver

RETURN_VALUE=$?

Expand Down

0 comments on commit 2c9f849

Please sign in to comment.