From: Joel Rosdahl Date: Sat, 6 Jan 2018 14:08:29 +0000 (+0100) Subject: test: Fix printing of failure reason with glob characters X-Git-Tag: v3.3.5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b11d855bed15e496763a1bd8e9b6b50e1ce9c1e;p=thirdparty%2Fccache.git test: Fix printing of failure reason with glob characters --- diff --git a/test.sh b/test.sh index 8f6d6c463..6fbc1ca93 100755 --- a/test.sh +++ b/test.sh @@ -37,7 +37,7 @@ test_failed() { echo echo "Test suite: $(bold $CURRENT_SUITE)" echo "Test case: $(bold $CURRENT_TEST)" - echo "Failure reason: $(red $1)" + echo "Failure reason: $(red "$1")" echo echo "ccache -s:" $CCACHE -s