aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-07-26 15:40:43 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-07-26 15:42:09 -0400
commit6f864672834e646aedbdf8c279b58226e8a2a2f3 (patch)
tree7ea9795676f574057a057c42f95b2c0c0bcad07a /README.md
parentbbc91111375e5ecd2be708fe8c2baea88093eb1a (diff)
REFACTOR/FEAT: created timeout status, changed behavior to a set
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e5f6f2..bf88697 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ int main(int argc, char* argv[]){
eztester_register(tests, (eztester_test){sample_shell_test, "Check a non existent url");
- eztester_run(tests, CONTINUE_ALL);
+ eztester_run(tests, EXIT_ON_FAIL | EXIT_ON_TIMEOUT );
eztester_destroy_list(tests);
return 0;