cmdlineTests: Remove superfluous output from script-based tests and adjust the rest

This commit is contained in:
Kamil Śliwak
2023-06-02 16:10:40 +02:00
parent c1df8ed563
commit 00c2f511d3
14 changed files with 7 additions and 23 deletions
@@ -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)