projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c4d68
)
test-io-common: Abort on error
author
Olivier Crête
<olivier.crete@collabora.com>
Thu, 6 Feb 2020 02:12:11 +0000
(21:12 -0500)
committer
Olivier Crête
<olivier.crete@ocrete.ca>
Thu, 6 Feb 2020 22:03:50 +0000
(22:03 +0000)
tests/test-io-stream-common.c
patch
|
blob
|
history
diff --git
a/tests/test-io-stream-common.c
b/tests/test-io-stream-common.c
index
0f9adec
..
5c86850
100644
(file)
--- a/
tests/test-io-stream-common.c
+++ b/
tests/test-io-stream-common.c
@@
-70,6
+70,7
@@
static gboolean timer_cb (gpointer pointer)
/* note: should not be reached, abort */
g_debug ("ERROR: test has got stuck, aborting...");
+ abort();
exit (-1);
}