From d83a5c08b0eaa8be8795721111cb48e994a4fbcf Mon Sep 17 00:00:00 2001 From: l Date: Tue, 4 Aug 2026 15:18:53 +0100 Subject: [PATCH 1/3] Add helper message --- test-sdc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-sdc.sh b/test-sdc.sh index 62d1c7e1f..fe4c3470e 100755 --- a/test-sdc.sh +++ b/test-sdc.sh @@ -180,3 +180,5 @@ elif [[ "$1" == "implement-cowsay" ]]; then else echo "Please run this with a valid test directory name as argument" fi + +echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review', wait a little, and then re-add the 'Needs Review' label on your PR." From 8d95bda1ddca71a611dc68979c020d7a6ac139cf Mon Sep 17 00:00:00 2001 From: l Date: Wed, 12 Aug 2026 14:28:50 +0100 Subject: [PATCH 2/3] correct output --- test-sdc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-sdc.sh b/test-sdc.sh index fe4c3470e..e7d47cfd9 100755 --- a/test-sdc.sh +++ b/test-sdc.sh @@ -181,4 +181,4 @@ else echo "Please run this with a valid test directory name as argument" fi -echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review', wait a little, and then re-add the 'Needs Review' label on your PR." +echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review', wait a little, and then re-add the 'Needs Review' label on your PR." >> testoutput.txt From 782634338acde3055c97b8c2df8be8ae04701947 Mon Sep 17 00:00:00 2001 From: l Date: Wed, 12 Aug 2026 15:04:32 +0100 Subject: [PATCH 3/3] clarify wording --- test-sdc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-sdc.sh b/test-sdc.sh index e7d47cfd9..432993cf3 100755 --- a/test-sdc.sh +++ b/test-sdc.sh @@ -181,4 +181,4 @@ else echo "Please run this with a valid test directory name as argument" fi -echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review', wait a little, and then re-add the 'Needs Review' label on your PR." >> testoutput.txt +echo "If you want to re-run the automated tests after changing some code, remove the 'Needs Review' label, wait a little, and then re-add the 'Needs Review' label on your PR." >> testoutput.txt