From d51ddc22cbd9e40d846bdcf5bee8203abe68fe61 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 11 Nov 2009 11:47:13 +0100 Subject: [PATCH] regress: print test owner when test fails --- regress/scripts/functions | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5