Skip to content

Commit

Permalink
Debug java tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avagin committed Dec 7, 2024
1 parent 8b8893e commit 9f47ee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/Dockerfile.openj9-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ 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
2 changes: 2 additions & 0 deletions scripts/ci/java-test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

cd ../.. || exit 1

failures=""
Expand Down

0 comments on commit 9f47ee1

Please sign in to comment.