mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cmdlineTests: Remove superfluous output from script-based tests and adjust the rest
This commit is contained in:
@@ -4,7 +4,6 @@ set -euo pipefail
|
||||
# shellcheck source=scripts/common.sh
|
||||
source "${REPO_ROOT}/scripts/common.sh"
|
||||
|
||||
printTask "Testing standard input..."
|
||||
SOLTMPDIR=$(mktemp -d)
|
||||
set +e
|
||||
output=$("$SOLC" --bin 2>&1)
|
||||
|
||||
Reference in New Issue
Block a user