From c2a520f43577d25801d78dca5293f5f50e038a54 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 4 Jun 2013 18:21:04 +0300 Subject: [PATCH] FIX: tests: Unset ok flag (see also 852c871) Related to 852c871 which removed the use of gtester-report. That patch removed also the "ok=;" which is required to indicate that an error occurred while the tests were run. Signed-off-by: Toni Gundogdu --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8361213..62b8f21 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,7 @@ test: all LIBQUVI_EXCLUSIVE_SCRIPTS_DIR=1 LIBQUVI_SCRIPTS_DIR=$(top_srcdir)/share/ \ gtester $(TEST_OPTS) $(top_builddir)/tests/$$t -o $$t.xml \ || { \ - echo NOTE: Check $(abs_builddir)/$$t.xml for details; \ + echo NOTE: Check $(abs_builddir)/$$t.xml for details; ok=; \ } \ done; \ if test -z "$$ok"; then exit 1; fi -- 2.11.4.GIT