#! /bin/bash

cd test/integration-tests-java
setsid bash -c '
  export CRIU_PATH=/usr/sbin/crac-criu
  ./java-integration-tests.sh
  echo $? > t2
'

cat logs/compile.out
exit $(cat t2)

