You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
0 commit comments