X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Finclude-raw-opflex-build.sh;h=12253566c4ed7f4c95b61d9a662f1c41cb47acb5;hb=eee0a9a1a1ed3590af566a8c14d273c57634364b;hp=8e56a5d75246180b384d89b7b2846e5e53a9ece9;hpb=0091d77b0b9afc373f443d887f94b6f49b067b2c;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