Commit c33cfd70 authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

test-io-common: Abort on error

parent 40c4d680
...@@ -70,6 +70,7 @@ static gboolean timer_cb (gpointer pointer) ...@@ -70,6 +70,7 @@ static gboolean timer_cb (gpointer pointer)
/* note: should not be reached, abort */ /* note: should not be reached, abort */
g_debug ("ERROR: test has got stuck, aborting..."); g_debug ("ERROR: test has got stuck, aborting...");
abort();
exit (-1); exit (-1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment