Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/issue2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 11, 2024
2 parents 8de9df4 + a8f0edb commit e8741b5
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.RlpReportingSpec"
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 e8741b5

Please sign in to comment.