mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Only select directories to skip the README.
This commit is contained in:
parent
8690898ac1
commit
4487567629
@ -216,15 +216,12 @@ printTask "Running general commandline tests..."
|
||||
printTask "Compiling various other contracts and libraries..."
|
||||
(
|
||||
cd "$REPO_ROOT"/test/compilationTests/
|
||||
for dir in *
|
||||
for dir in */
|
||||
do
|
||||
if [ "$dir" != "README.md" ]
|
||||
then
|
||||
echo " - $dir"
|
||||
cd "$dir"
|
||||
compileFull -w *.sol */*.sol
|
||||
cd ..
|
||||
fi
|
||||
echo " - $dir"
|
||||
cd "$dir"
|
||||
compileFull -w *.sol */*.sol
|
||||
cd ..
|
||||
done
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user