mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ASTImportTest.sh: Fix the script ignoring all but the first file from a multi-source test when testing input equivalence
This commit is contained in:
parent
81668eb26a
commit
f712662a66
@ -98,7 +98,7 @@ do
|
|||||||
NSOURCES=$((NSOURCES - 1))
|
NSOURCES=$((NSOURCES - 1))
|
||||||
for i in $OUTPUT;
|
for i in $OUTPUT;
|
||||||
do
|
do
|
||||||
testImportExportEquivalence $i $OUTPUT
|
testImportExportEquivalence "$i" "$OUTPUT"
|
||||||
NSOURCES=$((NSOURCES + 1))
|
NSOURCES=$((NSOURCES + 1))
|
||||||
done
|
done
|
||||||
elif [ ${SPLITSOURCES_RC} == 1 ]
|
elif [ ${SPLITSOURCES_RC} == 1 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user