diff options
Diffstat (limited to 'test')
-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 fc84d8a0..00cc3633 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -156,6 +156,8 @@ function 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 @@ -167,6 +169,8 @@ function 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 |