File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11for file in src/* .{res,resi}; do
22 output=" $( dirname $file ) /expected/$( basename $file ) .txt"
3- ../../rescript-editor-analysis.exe test $file & > $output
3+ ../../_build/install/default/bin/ rescript-editor-analysis test $file & > $output
44 # CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
55 if [ " $RUNNER_OS " == " Windows" ]; then
66 perl -pi -e ' s/\r\n/\n/g' -- $output
99
1010for file in not_compiled/* .{res,resi}; do
1111 output=" $( dirname $file ) /expected/$( basename $file ) .txt"
12- ../../rescript-editor-analysis.exe test $file & > $output
12+ ../../_build/install/default/bin/ rescript-editor-analysis test $file & > $output
1313 # CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
1414 if [ " $RUNNER_OS " == " Windows" ]; then
1515 perl -pi -e ' s/\r\n/\n/g' -- $output
Original file line number Diff line number Diff line change 11for file in src/* .{res,resi}; do
22 output=" $( dirname $file ) /expected/$( basename $file ) .json"
3- dune exec --no-print-directory -- rescript-tools doc $file > $output
3+ ../../_build/install/default/bin/ rescript-tools doc $file > $output
44 # # CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
55 if [ " $RUNNER_OS " == " Windows" ]; then
66 perl -pi -e ' s/\r\n/\n/g' -- $output
You can’t perform that action at this time.
0 commit comments