Update automated project templates
[releng/builder.git] / jjb / opflex / include-raw-opflex-build.sh
index 8e56a5d75246180b384d89b7b2846e5e53a9ece9..12253566c4ed7f4c95b61d9a662f1c41cb47acb5 100644 (file)
@@ -31,7 +31,7 @@ pushd libopflex
     CPPFLAGS="-isystem $ROOT/include"
     CXXFLAGS="-Wall"
 make -j8
-make check
+if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi
 make install
 make dist
 popd
@@ -56,6 +56,6 @@ pushd agent-ovs
     CPPFLAGS="-isystem $ROOT/include" \
     CXXFLAGS="-Wall"
 make -j8
-make check
+if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi
 make dist
 popd