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..."
|
printTask "Compiling various other contracts and libraries..."
|
||||||
(
|
(
|
||||||
cd "$REPO_ROOT"/test/compilationTests/
|
cd "$REPO_ROOT"/test/compilationTests/
|
||||||
for dir in *
|
for dir in */
|
||||||
do
|
do
|
||||||
if [ "$dir" != "README.md" ]
|
echo " - $dir"
|
||||||
then
|
cd "$dir"
|
||||||
echo " - $dir"
|
compileFull -w *.sol */*.sol
|
||||||
cd "$dir"
|
cd ..
|
||||||
compileFull -w *.sol */*.sol
|
|
||||||
cd ..
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user