We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98f6f1 commit b485278Copy full SHA for b485278
tests/tools_tests/test.sh
@@ -37,7 +37,6 @@ done
37
for file in src/migrate/*.{res,resi}; do
38
output="src/expected/$(basename $file).expected"
39
../../_build/install/default/bin/rescript-tools migrate "$file" --stdout > $output
40
- # # CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
41
if [ "$RUNNER_OS" == "Windows" ]; then
42
perl -pi -e 's/\r\n/\n/g' -- $output
43
fi
0 commit comments