CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-03-05 12:13:21 +01:00
parent 903ca50391
commit c2da21ba4e
6 changed files with 115 additions and 108 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ run_upx() {
if [[ $UPX_TESTSUITE_VERBOSE == 1 ]]; then
echo "LOG: '${run_upx[*]}' $*"
fi
"${run_upx[@]}" "$@" || ec=$?
"${run_upx[@]}" --fake-stub-version=5.01 --fake-stub-year=2025 "$@" || ec=$?
if [[ $ec != 0 ]]; then
echo "FATAL: '${run_upx[*]}' $*"
echo " (exit code was $ec)"