diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-15 17:41:02 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-15 17:41:02 +0000 |
commit | 357383159e9840c65a850e738dd95cf5fc02d67b (patch) | |
tree | 2a69b3bbba6ce3bf35ff913c76ec7292d0a271dc /CHANGES | |
parent | 0ea1c281351ecc1290df16b87d9afb337e297c61 (diff) |
A <precheck> command is considered to have failed if it returns a non-zero
return code. This way, if the precheck command can't be run at all for
whatever reason, it's treated as a precheck failure which causes the
test to be skipped.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Fandrich (15 Oct 2008) +- A <precheck> command is considered to have failed if it returns a non-zero + return code. This way, if the precheck command can't be run at all for + whatever reason, it's treated as a precheck failure which causes the + test to be skipped. + Daniel Stenberg (15 Oct 2008) - John Wilkinson filed bug #2155496 (http://curl.haxx.se/bug/view.cgi?id=2155496) pointing out an error case |