summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-03-15 16:21:35 +0000
committerLucas Charles <me@lucascharles.me>2019-03-15 16:21:35 +0000
commit4199a6a4ea45c38b547766510286f8cea253d98c (patch)
tree4d8aaceb3367bb0026f4cb90994c237a327b25f8 /run.sh
parent2b30578f6c4d8904549de389de1448e727007331 (diff)
Point QA_REF for Maven project to a failing test
This is done to ensure that the tool truly skips the "test" phase and thus ignores the failing test
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index aad51a5..822b85c 100755
--- a/run.sh
+++ b/run.sh
@@ -153,7 +153,7 @@ case "$COMMAND" in
if test -f pom.xml ; then
# Install Java Maven dependencies.
- mvn install
+ mvn install "${MAVEN_CLI_OPTS:--DskipTests}"
fi
if test -f build.gradle ; then