mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update cmdlineTests.sh.
This commit is contained in:
parent
263dc9bbe5
commit
3aa916e623
@ -662,11 +662,11 @@ SOLTMPDIR=$(mktemp -d)
|
|||||||
)
|
)
|
||||||
rm -r "$SOLTMPDIR"
|
rm -r "$SOLTMPDIR"
|
||||||
|
|
||||||
printTask "Testing AST import..."
|
printTask "Testing AST import/export..."
|
||||||
SOLTMPDIR=$(mktemp -d)
|
SOLTMPDIR=$(mktemp -d)
|
||||||
(
|
(
|
||||||
cd "$SOLTMPDIR"
|
cd "$SOLTMPDIR"
|
||||||
if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
|
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
|
||||||
then
|
then
|
||||||
rm -r "$SOLTMPDIR"
|
rm -r "$SOLTMPDIR"
|
||||||
fail
|
fail
|
||||||
@ -683,6 +683,7 @@ SOLTMPDIR=$(mktemp -d)
|
|||||||
fail
|
fail
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
rm -r "$SOLTMPDIR"
|
||||||
|
|
||||||
printTask "Testing AST export with stop-after=parsing..."
|
printTask "Testing AST export with stop-after=parsing..."
|
||||||
"$REPO_ROOT/test/stopAfterParseTests.sh"
|
"$REPO_ROOT/test/stopAfterParseTests.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user