Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions test/blackbox-tests/test-cases/runtest/runtest-cmd.t
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,18 @@ that context as expected.
+ Hello, world!
[1]

- Running tests in a workspace with only a non-default context should work.

$ cat > dune-workspace <<EOF
> (lang dune 3.23)
> (context (default (name main)))
> EOF

$ dune test mytest.t 2>&1 | grep "Internal error"
Internal error! Please report to https://github.com/ocaml/dune/issues,
[1]

$ dune test 2>&1 | grep "Internal error"
Internal error! Please report to https://github.com/ocaml/dune/issues,
[1]

Loading