From fe051b31ac699b88f158856bc087ec6b516f7763 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Tue, 17 Oct 2023 17:27:15 -0500 Subject: [PATCH] tests: use 126 as the ABORT_CODE exit code 127 is the return code from the shell on a 'command not found' --- tests/test_inside_gha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_inside_gha.sh b/tests/test_inside_gha.sh index a264ec8..645f171 100755 --- a/tests/test_inside_gha.sh +++ b/tests/test_inside_gha.sh @@ -15,7 +15,7 @@ function usage { echo "Usage: $0 " } -ABORT_CODE=127 +ABORT_CODE=126 SINGULARITY_OUTPUT=$(mktemp) PILOT_DIR=$(mktemp -d) function start_singularity_backfill {