From ae06114698a610160177ce49ed177502c3589bad Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 14 Jul 2025 14:30:05 -0700 Subject: [PATCH] Isolate -3 --nrv2b modified: mimic_ctest.sh --- misc/testsuite/mimic_ctest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/testsuite/mimic_ctest.sh b/misc/testsuite/mimic_ctest.sh index 3a7c2938..2cff70ec 100755 --- a/misc/testsuite/mimic_ctest.sh +++ b/misc/testsuite/mimic_ctest.sh @@ -135,7 +135,9 @@ fo="--force-overwrite" "${run_upx[@]}" -3 --all-filters "${upx_self_exe}" ${fo} -o upx-packed-fa${exe} "${run_upx[@]}" -3 --no-filter "${upx_self_exe}" ${fo} -o upx-packed-fn${exe} "${run_upx[@]}" -3 --all-filters --debug-use-random-filter "${upx_self_exe}" ${fo} -o upx-packed-fr${exe} +set -x "${run_upx[@]}" -3 --nrv2b "${upx_self_exe}" ${fo} -o upx-packed-nrv2b${exe} +set +x "${run_upx[@]}" -3 --nrv2d "${upx_self_exe}" ${fo} -o upx-packed-nrv2d${exe} "${run_upx[@]}" -3 --nrv2e "${upx_self_exe}" ${fo} -o upx-packed-nrv2e${exe} "${run_upx[@]}" -1 --lzma "${upx_self_exe}" ${fo} -o upx-packed-lzma${exe}