Skip to content

Commit bb71b06

Browse files
authored
Add helper message for tests (#648)
The way the tests work, it requires removing and re-adding the label. I have seen a few trainees confused about this. This adds a little note about it at the end. --------- Co-authored-by: l <l>
1 parent 0b0eefb commit bb71b06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test-sdc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ elif [[ "$1" == "implement-cowsay" ]]; then
180180
else
181181
echo "Please run this with a valid test directory name as argument"
182182
fi
183+
184+
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

0 commit comments

Comments
 (0)