Skip to content

Commit 20bc4c3

Browse files
committed
Use batch mode for integration test build commands
1 parent 6537b77 commit 20bc4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/resources/integration_test_runner/project-list-single.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fi
1919
2020
set -e
2121
22-
mvn clean test-compile
23-
mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.txt
22+
mvn clean test-compile -B
23+
mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.txt -B
2424
]]></build-command>
2525
<auxclasspath-command>echo -n "$(pwd)/target/classes:$(pwd)/target/test-classes:"; cat classpath.txt</auxclasspath-command>
2626
</project>

0 commit comments

Comments
 (0)