diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-02-04 08:58:33 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-02-04 08:58:33 -0500 |
commit | 4ca4e131b4839795aa10eefae7a8cd0862d4968f (patch) | |
tree | aa4a6dfe38a644f0119e491c00b03f23bd919847 /regress-driver | |
parent | eac0d851d8d2651266eb51370057412ce6cc0f16 (diff) | |
download | gpsd-4ca4e131b4839795aa10eefae7a8cd0862d4968f.tar.gz |
Cosmetic fix.
Diffstat (limited to 'regress-driver')
-rwxr-xr-x | regress-driver | 3 |
1 files changed, 2 insertions, 1 deletions
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)."; |