Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 13, 2023
1 parent 596dbbf commit 6c6bae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:

- run: opam install sedlex menhir

- run: rm compiler/tests-js-parser/test262/package.json

- run: opam exec -- dune build @runtest-parser --profile release

lint-fmt:
Expand Down
2 changes: 2 additions & 0 deletions compiler/tests-js-parser/run.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ let accepted_by_node file =
in
let pid = Unix.process_full_pid ic_oc in
let _pid, status = Unix.waitpid [] pid in
let s = In_channel.input_all ec in
if false then print_endline s;
close_in ic;
close_out oc;
close_in ec;
Expand Down

0 comments on commit 6c6bae7

Please sign in to comment.