Commit 5e7aaa6
authored
[BugReporting] pass
When calling `make_interactive_report()`, we really need to pass in
`ARGS` as well, otherwise it always starts an interactive session.
This commit, in combination with `--` allows the user to run an `rr`
session while still passing arguments to the child `julia` process via:
```
julia --bug-report=rr -- --project test/runtests.jl
```ARGS through properly (JuliaLang#39839)1 parent 3ff44ea commit 5e7aaa6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
0 commit comments