[glom] Glade instantation test: Make it exit on failure.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Glade instantation test: Make it exit on failure.
- Date: Tue, 30 Mar 2010 11:23:08 +0000 (UTC)
commit 04d4072989bebee6fb433390d50b4b04ad6bd919
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 30 13:23:02 2010 +0200
Glade instantation test: Make it exit on failure.
* tests/test_glade_toplevels_instantiation.sh: Use || exit 1, as in
David's commit to the other files.
ChangeLog | 7 +++++++
tests/test_glade_toplevels_instantiation.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ecc0b47..f64c148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-30 Murray Cumming <murrayc murrayc com>
+
+ Glade instantation test: Make it exit on failure.
+
+ * tests/test_glade_toplevels_instantiation.sh: Use || exit 1, as in
+ David's commit to the other files.
+
2010-03-30 David King <davidk openismus com>
Make DTD validation tests exit on failure
diff --git a/tests/test_glade_toplevels_instantiation.sh b/tests/test_glade_toplevels_instantiation.sh
index 410a7bc..6d0141d 100755
--- a/tests/test_glade_toplevels_instantiation.sh
+++ b/tests/test_glade_toplevels_instantiation.sh
@@ -3,5 +3,5 @@
for x in $(find ${srcdir}/glom/ -name "*.glade")
do
# echo glade_toplevels_instantiation $x
- tests/glade_toplevels_instantiation $x
+ tests/glade_toplevels_instantiation $x || exit 1
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]