Skip to content

Commit

Permalink
Debugging different failed test #3315
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 2, 2024
1 parent 001c635 commit 2725f99
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.OrganisationDocumentsSpec"
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 2725f99

Please sign in to comment.