Skip to content

Commit

Permalink
Run just NotCheckpointSafeDeadlock test
Browse files Browse the repository at this point in the history
Signed-off-by: Amarpreet Singh <Amarpreet.A.Singh@ibm.com>
  • Loading branch information
singh264 committed Jul 22, 2024
1 parent 4ce1a43 commit 3f3f617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,142 deletions.
1 change: 1 addition & 0 deletions test/functional/cmdLineTests/criu/criuScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export GLIBC_TUNABLES=glibc.pthread.rseq=0:glibc.cpu.hwcaps=-XSAVEC,-XSAVE,-AVX2
echo "export LD_BIND_NOT=on";
export LD_BIND_NOT=on
echo "$2 -XX:+EnableCRIUSupport $3 -cp "$1/criu.jar" $4 $5 $6"
mkdir ./cpData
$2 -XX:+EnableCRIUSupport $3 -cp "$1/criu.jar" $4 $5 $6 >testOutput 2>&1;

if [ "$7" != true ]; then
Expand Down
Loading

0 comments on commit 3f3f617

Please sign in to comment.