Skip to content

Commit ef2d97f

Browse files
committed
Make CI pass
1 parent f58a3f3 commit ef2d97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function exp {
22
echo "$(dirname $1)/expected/$(basename $1).txt"
33
}
44

5-
for file in tests/src/*.{res,resi}; do
5+
for file in tests/src/*.res*; do
66
./rescript-editor-analysis.exe test $file &> $(exp $file)
77
done
88

0 commit comments

Comments
 (0)