aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmdlineTests.sh')
-rwxr-xr-xtest/cmdlineTests.sh4
1 files changed, 4 insertions, 0 deletions
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