testsuite: change exit code to 99 for checksum mismatchs.
This commit is contained in:
parent
d33a34f016
commit
53d7b5449f
2
.github/travis_testsuite_1.sh
vendored
2
.github/travis_testsuite_1.sh
vendored
@ -55,7 +55,7 @@ testsuite_check_sha() {
|
||||
if ! cmp -s $1/.sha256sums.expected $1/.sha256sums.current; then
|
||||
echo "UPX-ERROR: $1 FAILED: checksum mismatch"
|
||||
diff -u $1/.sha256sums.expected $1/.sha256sums.current || true
|
||||
exit_code=1
|
||||
exit_code=99
|
||||
let num_errors+=1 || true
|
||||
all_errors="${all_errors} $1"
|
||||
#exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user