Increase verbosity of the output

This commit is contained in:
Vassil Vassilev 2014-03-28 10:49:40 +01:00 committed by sftnight
parent 2f9ba97a53
commit d7d4674f4e

View File

@ -46,6 +46,10 @@ fi
testcase+=".compareState \"a\"\n"
testcase+=".q"
echo -e "\n\e[32mREAL INVOCATION:\e[0m" >&2
echo "$invocation" >&2
echo -e "\n" >&2
echo -e "\n\e[32mRUNNING:\e[0m" >&2
echo "echo -e '$testcase' | $cling_binary $cling_args" >&2
echo -e "\n" >&2