[lasem] tests: actually exit with the test return value.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] tests: actually exit with the test return value.
- Date: Fri, 19 Nov 2010 20:12:48 +0000 (UTC)
commit 929190a54caa634bc13f4f9a3f3a302ea1418724
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Fri Nov 19 21:11:45 2010 +0100
tests: actually exit with the test return value.
tests/dom.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/dom.c b/tests/dom.c
index 18190f8..e1551cf 100644
--- a/tests/dom.c
+++ b/tests/dom.c
@@ -166,4 +166,6 @@ main (int argc, char *argv[])
result = g_test_run();
lsm_shutdown ();
+
+ return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]