Allow guard wrappers to forward custom arguments
This commit is contained in:
@@ -16,12 +16,20 @@ Windows `cmd` wrapper:
|
||||
scripts\smoke\run-vpnruntime-ci-guards.cmd
|
||||
```
|
||||
|
||||
With custom parameters:
|
||||
|
||||
```cmd
|
||||
scripts\smoke\run-vpnruntime-ci-guards.cmd -AntiFlakeCount 5 -TargetedCount 10 -SkipRace
|
||||
```
|
||||
|
||||
Linux/macOS/WSL wrapper:
|
||||
|
||||
```bash
|
||||
./scripts/smoke/run-vpnruntime-ci-guards.sh
|
||||
```
|
||||
|
||||
Both wrappers forward all arguments to the PowerShell script.
|
||||
|
||||
## Verification matrix
|
||||
|
||||
### Locally proven in this repository work
|
||||
|
||||
Reference in New Issue
Block a user