From e8ffc78b9aa32d364a78dd1adbd5dd8756aecb23 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 20 May 2025 14:51:42 +0800 Subject: [PATCH] Update test-extensions.php --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 2739d3ac..f28c8069 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -131,7 +131,7 @@ if ($argv[1] === 'doctor_cmd') { $doctor_cmd = 'doctor --auto-fix --debug'; } if ($argv[1] === 'install_upx_cmd') { - $install_upx_cmd = 'install-pkg upx'; + $install_upx_cmd = 'install-pkg upx --debug'; } $prefix = match ($argv[2] ?? null) {