diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-02 10:01:44 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-02 10:01:44 +0100 |
commit | d071aca7aaf7a4add9e0d1d93029fb9a0fad560a (patch) | |
tree | 89999b8a4ab23b2243f8cbfca7bb700e85fae36b /test | |
parent | fcb4dd0c831339c4374ace17d8f2ae6ebfeed279 (diff) | |
parent | 2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9 (diff) |
Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund
Diffstat (limited to 'test')
-rw-r--r-- | test/birdtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/birdtest.c b/test/birdtest.c index 6ad743ce..86a8882f 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -240,7 +240,7 @@ bt_log_result(int result, u64 time, const char *fmt, va_list argptr) printf("%s\n", result_str); if (do_die && !result) - abort(); + exit(1); } static u64 |