Skip to content

Commit

Permalink
Merge pull request #155 from matyasselmeci/pr/test-change-abort-code
Browse files Browse the repository at this point in the history
tests: use 126 as the ABORT_CODE
  • Loading branch information
matyasselmeci authored Oct 18, 2023
2 parents 34abea8 + fe051b3 commit d37044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inside_gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function usage {
echo "Usage: $0 <docker|singularity> <bindmount|cvmfsexec>"
}

ABORT_CODE=127
ABORT_CODE=126
SINGULARITY_OUTPUT=$(mktemp)
PILOT_DIR=$(mktemp -d)
function start_singularity_backfill {
Expand Down

0 comments on commit d37044a

Please sign in to comment.