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
+1 -2
View File
@@ -6,11 +6,10 @@ source "${REPO_ROOT}/scripts/common.sh"
# shellcheck source=scripts/common_cmdline.sh
source "${REPO_ROOT}/scripts/common_cmdline.sh"
printTask "Compiling various other contracts and libraries..."
cd "$REPO_ROOT"/test/compilationTests/
for dir in */
do
echo " - $dir"
echo " - $dir"
cd "$dir"
# shellcheck disable=SC2046 # These file names are not supposed to contain spaces.
compileFull --expect-warnings $(find . -name '*.sol')