This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
date
Watch
1
Star
0
Fork
0
You've already forked date
forked from
HowardHinnant/date
Code
Pull Requests
Activity
Files
esp-idf-refactoring
date
/
test_fail.sh
11 lines
73 B
Bash
Raw
Permalink
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
Copy Permalink