X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fcontrib%2Fbuild_nmh;h=0ff426928eb714aeaacf7dcd441c1d4af4796a47;hb=3db525b0ba9a07177bb5709bdcee1f81dc06a7e3;hp=335e042168e5b986081199aebbecf7a8875f4d7a;hpb=1a28128fdeeeeb9152c3a7289c638e465853d489;p=mmh diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index 335e042..0ff4269 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -292,9 +292,13 @@ if [ $status -eq 0 ]; then status=$? tests_summary=`echo "$checkoutput" | grep tests` + #### If multiple tests not run, that line will be caught by the + #### "grep tests" above. + test_not_run=`echo "$checkoutput" | grep 'test was not run'` if [ "$tests_summary" ]; then echo '===================' >>$logfile echo $tests_summary >>$logfile + [ "$test_not_run" ] && echo "$test_not_run" >>$logfile echo '===================' >>$logfile [ "$check" = distcheck ] && \ echo "$checkoutput" | tail -n 4 >>$logfile