From: Eric Bollengier Date: Thu, 17 Jun 2010 12:02:01 +0000 (+0200) Subject: regress: display ERROR properly X-Git-Tag: Release-5.0.3~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5fd478a96f539af51ff51f412325bf4443a8a7fe;p=bacula%2Fbacula regress: display ERROR properly --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 6e9e751b59..5ea874c365 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -112,7 +112,7 @@ print_debug() { echo $* | grep ERROR > /dev/null if test $? -eq 0; then - print_error="$print_error\n$*" + echo $* >> $tmp/err.log fi if test "$debug" -eq 1 ; then echo $*