From 3c553113021a259e598cca12407fb24c8d6788e7 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 15 Jul 2025 15:42:15 -0700 Subject: [PATCH] Breadcrumb to identify upx_exe and OS modified: mimic_ctest.sh --- misc/testsuite/mimic_ctest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/testsuite/mimic_ctest.sh b/misc/testsuite/mimic_ctest.sh index 2cac4cb2..e250e7d4 100755 --- a/misc/testsuite/mimic_ctest.sh +++ b/misc/testsuite/mimic_ctest.sh @@ -137,6 +137,9 @@ exe=".out" upx_self_exe=$upx_exe fo="--force-overwrite" +echo; echo ===== upx_exe '==>' $(file $upx_exe) ===== +uname -a; echo + "${run_upx[@]}" -3 "${upx_self_exe}" ${fo} -o upx-packed${exe} "${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}