diff --git a/scripts/build/Dockerfile.openj9-ubuntu b/scripts/build/Dockerfile.openj9-ubuntu index c2cf20a36b..e190c27929 100644 --- a/scripts/build/Dockerfile.openj9-ubuntu +++ b/scripts/build/Dockerfile.openj9-ubuntu @@ -24,9 +24,10 @@ RUN apt-install protobuf-c-compiler \ gcc \ maven +RUN mkdir -p /etc/criu && echo 'ghost-limit 16777216' > /etc/criu/default.conf COPY . /criu WORKDIR /criu RUN make mrproper && make -j $(nproc) CC="$CC" -ENTRYPOINT mvn -q -f test/javaTests/pom.xml test +ENTRYPOINT mvn -f test/javaTests/pom.xml test diff --git a/scripts/ci/java-test.sh b/scripts/ci/java-test.sh index 7cf704f074..7110b6ceba 100755 --- a/scripts/ci/java-test.sh +++ b/scripts/ci/java-test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -x + cd ../.. || exit 1 failures=""