Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-all')
-rwxr-xr-xtests/test-all3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-all b/tests/test-all
index 19d6fdb00..5569c3fcb 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -198,7 +198,8 @@ function get_make_options()
OPTS="'CFLAGS=$OPTS'"
;;
esac
- echo "OPSYS=$OPSYS CONF=$CONF $OPTS"
+ echo "OPSYS=$OPSYS CONF=$CONF $OPTS" \
+ sed -e "s/ *$//" | sed -e "s/ */ /g"
}
function build_and_start_server()

Back to the top