CI updates
This commit is contained in:
parent
62f22d61e6
commit
fbbc2bc874
@ -169,7 +169,8 @@ if [[ $UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS != ON ]]; then
|
|||||||
"${run_upx[@]}" -qq -d upx-packed-${s}${exe} ${fo} -o upx-unpacked-${s}${exe}
|
"${run_upx[@]}" -qq -d upx-packed-${s}${exe} ${fo} -o upx-unpacked-${s}${exe}
|
||||||
cmp -s upx-unpacked${exe} upx-unpacked-${s}${exe}
|
cmp -s upx-unpacked${exe} upx-unpacked-${s}${exe}
|
||||||
if [[ $UPX_CONFIG_DISABLE_RUN_PACKED_TEST != ON ]]; then
|
if [[ $UPX_CONFIG_DISABLE_RUN_PACKED_TEST != ON ]]; then
|
||||||
for ((i = 0; i < 9; i++)); do
|
: ${upx_run_packed_test:=9}
|
||||||
|
for ((i = 0; i < $upx_run_packed_test; i++)); do
|
||||||
"${emu[@]}" ./upx-packed-${s}${exe} --version-short
|
"${emu[@]}" ./upx-packed-${s}${exe} --version-short
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -40,7 +40,7 @@ elif [[ -n $CMAKE_CROSSCOMPILING_EMULATOR ]]; then
|
|||||||
true
|
true
|
||||||
else
|
else
|
||||||
upx_exe_runner=emu_gdb
|
upx_exe_runner=emu_gdb
|
||||||
true
|
: ${upx_run_packed_test:=100}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source "$argv0dir/mimic_ctest.sh"
|
source "$argv0dir/mimic_ctest.sh"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user