From 09feb9cf529d4c7da69e42b1c5fd94b7c7396005 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 20 Dec 2018 12:52:14 +0100 Subject: Print command. --- test/cmdlineTests.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index 9d2ffa5f..bdd60863 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -150,6 +150,8 @@ test_solc_behaviour() { printError "But got:" cat $stdout_path + printError "When running $SOLC ${filename} ${solc_args} <$solc_stdin" + rm -f $stdout_path $stderr_path exit 1 fi @@ -160,6 +162,8 @@ test_solc_behaviour() { printError "But got:" cat $stderr_path + printError "When running $SOLC ${filename} ${solc_args} <$solc_stdin" + rm -f $stdout_path $stderr_path exit 1 fi -- cgit v1.2.3