commit | 254eec8bb4844cc9b4ac9974ad34d3c5679d9fb3 | [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> | Thu Oct 26 09:47:36 2017 +0200 |
tree | 1a172b10567e01e3db29a3eb68aa250b07a6adf6 | |
parent | 19773ff8357865b0ebd4af44a0c8c4a09f7d85f8 [diff] [blame] |
Document choice of script exit code
diff --git a/tests/scripts/curves.pl b/tests/scripts/curves.pl index b7cfdf6..0041814 100755 --- a/tests/scripts/curves.pl +++ b/tests/scripts/curves.pl
@@ -36,6 +36,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; }