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
0b336657b1805154373d64d00292c38b213db9dc
date
/
test_fail.sh
T
7 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
test_fail.sh: call /bin/sh
2025-01-09 10:02:10 +00:00
#!/bin/sh
Added scripts to do fail testing
2017-11-26 23:11:58 -05:00
simplify test_fail.sh
2025-01-09 10:18:24 +00:00
# show what is to be run
Updated testing so that failures of the should fail tests will compile
2017-11-26 23:22:29 -05:00
echo
$1
simplify test_fail.sh
2025-01-09 10:18:24 +00:00
# run the command
eval
$1
||
exit
1
# if fails, return 1
Reference in New Issue
Copy Permalink