From: Eric Bollengier Date: Wed, 11 Nov 2009 10:47:13 +0000 (+0100) Subject: regress: print test owner when test fails X-Git-Tag: Release-5.0.0~271 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d51ddc22cbd9e40d846bdcf5bee8203abe68fe61;p=bacula%2Fbacula regress: print test owner when test fails --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 31afcd0330..65376f779a 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -331,6 +331,7 @@ end_test() fi echo " Status: backup=$bstat restore=$rstat diff=$dstat" echo " Status: backup=$bstat restore=$rstat diff=$dstat" >>test.out + echo " Test owner of $SITE_NAME is $EMAIL" echo " Test owner of $SITE_NAME is $EMAIL" >>test.out echo " " exit 1