diff options
author | chriseth <chris@ethereum.org> | 2018-12-20 19:52:14 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-20 19:56:18 +0800 |
commit | 09feb9cf529d4c7da69e42b1c5fd94b7c7396005 (patch) | |
tree | 76388e1df2535ff46856e1d81d063bfa6ae28561 | |
parent | 8825533222519c051693d1fb4bcaba6ea0cde032 (diff) | |
download | dexon-solidity-09feb9cf529d4c7da69e42b1c5fd94b7c7396005.tar.gz dexon-solidity-09feb9cf529d4c7da69e42b1c5fd94b7c7396005.tar.zst dexon-solidity-09feb9cf529d4c7da69e42b1c5fd94b7c7396005.zip |
Print command.
-rwxr-xr-x | test/cmdlineTests.sh | 4 |
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 |