From d5f75ebf123a85dd2c41d9654c095fcf6ad51546 Mon Sep 17 00:00:00 2001 From: logicmoo Date: Tue, 10 Dec 2024 06:03:20 -0800 Subject: [PATCH] SHOW_ALL_OUTPUT=true to see why tests are being killed --- scripts/run_commit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_commit_tests.sh b/scripts/run_commit_tests.sh index 81d4c42002..ffe0a18e38 100755 --- a/scripts/run_commit_tests.sh +++ b/scripts/run_commit_tests.sh @@ -88,7 +88,7 @@ SKIP_LONG=0 #blank out the shared units cat /dev/null > /tmp/SHARED.UNITS -SHOW_ALL_OUTPUT=false # Set to false normally, true for debugging +SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging # 23+ tests (~30 seconds)