loolwsd/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf80260a28ee61801da2c7d22457df5e730ce065 Author: Jan Holesovsky <ke...@collabora.com> Date: Fri Sep 30 10:53:22 2016 +0200 Let the make fail when the unittest fails. Change-Id: I66a7e82b864f1c13c1c145c27f019b832c38bb62 diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am index 5cc993e..cbe1135 100644 --- a/loolwsd/test/Makefile.am +++ b/loolwsd/test/Makefile.am @@ -87,4 +87,4 @@ all-local: unittest @echo @echo "Running build-time unit tests. For more thorough testing, please run 'make check'." @echo - @${top_builddir}/test/unittest 2> unittest.log || cat unittest.log + @${top_builddir}/test/unittest 2> unittest.log || { cat unittest.log ; exit 1 ; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits