Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate --runtime-path in generated helix command (#40975)
While looking at some helix debug logs I noticed we pass the `--runtime-path` option twice: ``` Executed on dci-mac-build-083.local + ./RunTests.sh --runtime-path /tmp/helix/working/A68F0925/p --runtime-path /tmp/helix/working/A68F0925/p ``` Looks like this was an oversight from #35606, it's harmless but I thought I'd clean it up :)
- Loading branch information