commit | 52de8e01a0c9700c39893c470fdd6b98da69f740 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Oct 26 09:47:36 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Mar 05 13:46:10 2018 +0100 |
tree | 61ff1f8b9e8169c188e9e5e839a6264f7df59340 | |
parent | 78df7fcc8c7214415978500dfbc2b4f9476686cd [diff] [blame] |
Document choice of script exit code
diff --git a/tests/scripts/key-exchanges.pl b/tests/scripts/key-exchanges.pl index 5ce8900..d167c67 100755 --- a/tests/scripts/key-exchanges.pl +++ b/tests/scripts/key-exchanges.pl
@@ -33,6 +33,7 @@ system( "cp $config_h $config_h.bak" ) and die; sub abort { system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n"; + # use an exit code between 1 and 124 for git bisect (die returns 255) warn $_[0]; exit 1; }