mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Print command.
This commit is contained in:
parent
8825533222
commit
09feb9cf52
@ -150,6 +150,8 @@ test_solc_behaviour() {
|
|||||||
|
|
||||||
printError "But got:"
|
printError "But got:"
|
||||||
cat $stdout_path
|
cat $stdout_path
|
||||||
|
printError "When running $SOLC ${filename} ${solc_args} <$solc_stdin"
|
||||||
|
|
||||||
rm -f $stdout_path $stderr_path
|
rm -f $stdout_path $stderr_path
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -160,6 +162,8 @@ test_solc_behaviour() {
|
|||||||
|
|
||||||
printError "But got:"
|
printError "But got:"
|
||||||
cat $stderr_path
|
cat $stderr_path
|
||||||
|
printError "When running $SOLC ${filename} ${solc_args} <$solc_stdin"
|
||||||
|
|
||||||
rm -f $stdout_path $stderr_path
|
rm -f $stdout_path $stderr_path
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user