From 5fd478a96f539af51ff51f412325bf4443a8a7fe Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 17 Jun 2010 14:02:01 +0200 Subject: [PATCH] regress: display ERROR properly --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* -- 2.39.5