aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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;