Skip to content

Commit e7a4127

Browse files
committed
Welp, dos2unix on the files get stuck...
1 parent 699b72d commit e7a4127

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

analysis/test.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ for file in tests/src/*.{res,resi}; do
1313
./rescript-editor-analysis.exe test $file &> $(exp $file)
1414
done
1515

16-
# CI
17-
if [ "$RUNNER_OS" == "Windows" ]; then
18-
dos2unix tests/src/expected/*
19-
fi
16+
# # CI
17+
# if [ "$RUNNER_OS" == "Windows" ]; then
18+
# dos2unix tests/src/expected/*
19+
# fi
2020

2121
echo "cat -A test.sh last"
2222
cat -A tests/src/expected/Auto.res.txt

0 commit comments

Comments
 (0)