Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Use batch mode in Powershell (reduces log spam)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Aug 20, 2019
1 parent f4656a5 commit 363fb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests.ps1
Expand Up @@ -20,7 +20,7 @@ if ( $STATUS ) {
mvn -DskipTests "-Dmaven.test.skip=true" "$MAYBE_ANDROID_FLAG" package pre-integration-test
echo "[unit-tests.ps1] Testing against Proguarded jar."
# FIXME: This runs Proguard again after it finishes.
mvn '-Dmaven.main.skip=true' "$MAYBE_ANDROID_FLAG" "integration-test" "-e"
mvn '-Dmaven.main.skip=true' "$MAYBE_ANDROID_FLAG" "integration-test" "-e" "-B"
$STATUS = $?
}
}
Expand Down

0 comments on commit 363fb91

Please sign in to comment.