X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_upstream.ml;h=4472f4cc614126faf95e0414e691f7f430c9c146;hb=36e5fc1cbee24e2a4d1dbda12b4b3eaae4fb9230;hp=b1daa19bc3a44f5998845a69181ed86831cba6f3;hpb=855154e05f432914715cf620264876213e5dfa1d;p=goaljobs-goals.git diff --git a/libguestfs_upstream.ml b/libguestfs_upstream.ml index b1daa19..4472f4c 100644 --- a/libguestfs_upstream.ml +++ b/libguestfs_upstream.ml @@ -136,7 +136,13 @@ and tarball_tested version = ./localconfigure make V=1 - make check-release + if ! make check-release; then + for f in `find -name test-suite.log | xargs grep -l ^FAIL:`; do + echo \"*** $f ***\" + cat $f + done + exit 1 + fi " buildtmp version.tarball version.package_version (quote (libguestfs_localconfigure `Tarball)) @@ -216,7 +222,13 @@ and commit_tested branch commit = ./localconfigure make V=1 - make check-release + if ! make check-release; then + for f in `find -name test-suite.log | xargs grep -l ^FAIL:`; do + echo \"*** $f ***\" + cat $f + done + exit 1 + fi " repodir commit (quote (libguestfs_localconfigure `Git))