This website requires JavaScript.
Explore
Help
Sign In
HowardHinnant
/
date
Watch
1
Star
0
Fork
1
You've already forked date
mirror of
https://github.com/HowardHinnant/date.git
synced
2026-08-03 20:14:08 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
447f5a30b93885c8052edb4d40c202c021cd70bb
date
/
test_fail.sh
T
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
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
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