X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Finclude-raw-opflex-build.sh;h=12253566c4ed7f4c95b61d9a662f1c41cb47acb5;hb=29d3ebddff1ced86bc29e3a73d6557511da50ff4;hp=8e56a5d75246180b384d89b7b2846e5e53a9ece9;hpb=9d3411a2306a1888938519663483b47b04d26182;p=releng%2Fbuilder.git diff --git a/jjb/opflex/include-raw-opflex-build.sh b/jjb/opflex/include-raw-opflex-build.sh index 8e56a5d75..12253566c 100644 --- a/jjb/opflex/include-raw-opflex-build.sh +++ b/jjb/opflex/include-raw-opflex-build.sh @@ -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