From 6f864672834e646aedbdf8c279b58226e8a2a2f3 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 26 Jul 2024 15:40:43 -0400 Subject: REFACTOR/FEAT: created timeout status, changed behavior to a set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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; -- cgit v1.2.3