Fix duplicate --runtime-path in generated helix command (#40975)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 18 Aug 2020 15:32:56 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 15:32:56 +0000 (15:32 +0000)
commit6c7da6f203a292787d0172fc6ec2eb735702ebd2
tree33bbd53f913718013fbf551bacda6f8a9cf9a54c
parente8c0a4cb15dad4606c74bc39df3bae33c2ae936e
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 https://github.com/dotnet/runtime/pull/35606, it's harmless but I thought I'd clean it up :)
src/libraries/sendtohelixhelp.proj