Print command.

This commit is contained in:
chriseth 2018-12-20 12:52:14 +01:00
parent 8825533222
commit 09feb9cf52

View File

@ -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