This website requires JavaScript.
Explore
Help
Sign In
3party
/
date
Watch
0
Star
0
Fork
0
You've already forked date
mirror of
https://github.com/HowardHinnant/date.git
synced
2024-12-27 00:14:07 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
date
/
test_fail.sh
11 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
Added scripts to do fail testing
2017-11-26 23:11:58 -05:00
#!/bin/bash
Updated testing so that failures of the should fail tests will compile but will return 1 in testing if they actually built
2017-11-26 23:22:29 -05:00
echo
$1
eval
$1
if
[
$?
-eq
0
]
;
then
exit
0
;
Added scripts to do fail testing
2017-11-26 23:11:58 -05:00
fi
Updated testing so that failures of the should fail tests will compile but will return 1 in testing if they actually built
2017-11-26 23:22:29 -05:00
exit
1
;
Added scripts to do fail testing
2017-11-26 23:11:58 -05:00
Reference in New Issue
Copy Permalink