Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenorith committed Jul 20, 2023
1 parent 4534439 commit 776997b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/github/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ echo "$myuid:x:$myuid:$mygid:anonymous uid:/home/jenkins:/bin/false" >> /etc/pas
JAVA_HOME=${JAVA_HOME_BACKUP}
PATH=${PATH_BACKUP}

if [ -n "${ALLUXIO_DOCKER_MVN_TESTS}" ]; then
mvn_args+=" -fn -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false --fail-at-end -Dtest=${ALLUXIO_DOCKER_MVN_TESTS}"
if [ -n "${ALLUXIO_MVN_TESTS}" ]; then
mvn_args+=" -fn -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false --fail-at-end -Dtest=${ALLUXIO_MVN_TESTS}"
fi
if [ -n "${ALLUXIO_DOCKER_MVN_ADDITIONAL_PROPERTIES}" ]
if [ -n "${ALLUXIO_MVN_ADDITIONAL_PROPERTIES}" ]
then
mvn_args+=" ${ALLUXIO_MVN_ADDITIONAL_PROPERTIES}"
fi
Expand Down

0 comments on commit 776997b

Please sign in to comment.