We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4d4a0 + f165054 commit 36d6dceCopy full SHA for 36d6dce
1 file changed
__tests__/e2e/server/launch.sh
@@ -4,7 +4,7 @@
4
java -jar otp-1.4.0-shaded.jar --server --autoScan --basePath /tmp/otp --insecure --router default &
5
6
# Start the second process
7
-java -jar datatools-server-3.8.1-SNAPSHOT.jar /config/env.yml /config/server.yml &
+java -XX:-UseContainerSupport -jar datatools-server-3.8.1-SNAPSHOT.jar /config/env.yml /config/server.yml &
8
9
# Wait for any process to exit
10
wait -n
0 commit comments