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"
|
||||
|
||||
printTask "Testing AST import..."
|
||||
printTask "Testing AST import/export..."
|
||||
SOLTMPDIR=$(mktemp -d)
|
||||
(
|
||||
cd "$SOLTMPDIR"
|
||||
if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
|
||||
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
|
||||
then
|
||||
rm -r "$SOLTMPDIR"
|
||||
fail
|
||||
@ -683,6 +683,7 @@ SOLTMPDIR=$(mktemp -d)
|
||||
fail
|
||||
fi
|
||||
)
|
||||
rm -r "$SOLTMPDIR"
|
||||
|
||||
printTask "Testing AST export with stop-after=parsing..."
|
||||
"$REPO_ROOT/test/stopAfterParseTests.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user