From 4199a6a4ea45c38b547766510286f8cea253d98c Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Fri, 15 Mar 2019 16:21:35 +0000 Subject: 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 --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') 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 -- cgit v1.2.3