Skip to content

Commit

Permalink
More pivot root tidyups (#3170)
Browse files Browse the repository at this point in the history
* Fix path munging in test-one-no-rebuild & fix lingering references to old ocaml/testsuite paths

* More pivot root tidyups

* Remove now-deprecated check on menhir version

* Delete boot

* Trivial backtrace filename change implied by rest of PR
  • Loading branch information
ncik-roberts authored Oct 22, 2024
1 parent 66cd3ef commit b4bc395
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 269,334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- 'ocaml/parsing/parser.mly'
- 'parsing/parser.mly'

jobs:
remind:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/menhir.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile.common-jst
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,12 @@ runtest-upstream: test
test-one: install_for_test
$(MAKE) test-one-no-rebuild

# If the TEST argument is passed as `ocaml/testsuite/tests/foo` (as is invited by
# If the TEST argument is passed as `testsuite/tests/foo` (as is invited by
# tab completion) then look for it in `tests/foo`. Otherwise, if it's passed as
# just `foo`, then look for it in `tests/foo` for backward compatibility.
locate_test = \
$(shell \
test=$(shell echo "$1" | sed 's|^ocaml/testsuite/tests/||g'); \
test=$(shell echo "$1" | sed 's|^testsuite/tests/||g'); \
echo "tests/$${test}"; \
)

Expand Down
Loading

0 comments on commit b4bc395

Please sign in to comment.