[lasem] tests: actually exit with the test return value.



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]