Skip to content

Commit

Permalink
fix ft
Browse files Browse the repository at this point in the history
  • Loading branch information
YichuanSun committed Nov 7, 2023
1 parent 4daf632 commit d91d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/github/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

mvn_compile_args=""
if [ -n "${ALLUXIO_MVN_PROJECT_LIST_COMPILE}" ]; then
mvn_compile_args+="-am -pl ${ALLUXIO_MVN_PROJECT_LIST_COMPILE}"
mvn_compile_args+="-pl ${ALLUXIO_MVN_PROJECT_LIST_COMPILE}"
fi

export MAVEN_OPTS="-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS"
Expand Down

0 comments on commit d91d7aa

Please sign in to comment.