diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-26 15:40:43 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-26 15:42:09 -0400 |
| commit | 6f864672834e646aedbdf8c279b58226e8a2a2f3 (patch) | |
| tree | 7ea9795676f574057a057c42f95b2c0c0bcad07a /README.md | |
| parent | bbc91111375e5ecd2be708fe8c2baea88093eb1a (diff) | |
REFACTOR/FEAT: created timeout status, changed behavior to a set
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
