Skip to content

Commit d8af7f3

Browse files
committed
Update cmdlineTests.sh.
1 parent b00cfaa commit d8af7f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/cmdlineTests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,11 +662,11 @@ SOLTMPDIR=$(mktemp -d)
662662
)
663663
rm -r "$SOLTMPDIR"
664664

665-
printTask "Testing AST import..."
665+
printTask "Testing AST import/export..."
666666
SOLTMPDIR=$(mktemp -d)
667667
(
668668
cd "$SOLTMPDIR"
669-
if ! "$REPO_ROOT/scripts/ASTImportTest.sh"
669+
if ! "$REPO_ROOT/scripts/ImportExportTest.sh" ast
670670
then
671671
rm -r "$SOLTMPDIR"
672672
fail
@@ -683,6 +683,7 @@ SOLTMPDIR=$(mktemp -d)
683683
fail
684684
fi
685685
)
686+
rm -r "$SOLTMPDIR"
686687

687688
printTask "Testing AST export with stop-after=parsing..."
688689
"$REPO_ROOT/test/stopAfterParseTests.sh"

0 commit comments

Comments
 (0)