From d78c0b164b3ae8278d51d453a16a69aefe4fec2a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 17 Aug 2017 14:04:22 +0200 Subject: unit tests: Really bail out on error; and no need for a tempfile. Change-Id: I53c1ab62bf9293217a5cada54c358292364ed60a --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 5f7b769d0c..005618de93 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -98,4 +98,4 @@ all-local: unittest @echo "Running build-time unit tests. For more thorough testing, please run 'make check'." @echo @fc-cache "@LO_PATH@"/share/fonts/truetype - @${top_builddir}/test/unittest 2> unittest.log || { cat unittest.log ; exit 1 ; } + @${top_builddir}/test/unittest -- cgit