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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user