From 4ca4e131b4839795aa10eefae7a8cd0862d4968f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 4 Feb 2011 08:58:33 -0500 Subject: Cosmetic fix. --- regress-driver | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress-driver') diff --git a/regress-driver b/regress-driver index 3e6ff5cd..0473b5be 100755 --- a/regress-driver +++ b/regress-driver @@ -137,7 +137,8 @@ case $mode in if test $errors -gt 0; then echo "Regression test FAILED: $errors errors in $total tests total ($notfound not found)."; echo "The following test Failed:" - echo "==================${error_list}\n==================" + echo "==================${error_list}" + eccho "==================" status=1; else echo "Regression test successful: no errors in $total tests ($notfound not found)."; -- cgit v1.2.1