From: Toni Gundogdu Date: Tue, 4 Jun 2013 15:21:04 +0000 (+0300) Subject: FIX: tests: Unset ok flag (see also 852c871) X-Git-Tag: v0.9.20130619~4 X-Git-Url: https://repo.or.cz/w/libquvi-scripts.git/commitdiff_plain/c2a520f43577d25801d78dca5293f5f50e038a54 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 --- 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