Allow guard wrappers to forward custom arguments
This commit is contained in:
@@ -37,6 +37,16 @@ Linux/macOS/WSL wrapper:
|
||||
./scripts/smoke/run-vpnruntime-ci-guards.sh
|
||||
```
|
||||
|
||||
Wrapper scripts pass arguments through to the PowerShell guard script, for example:
|
||||
|
||||
```cmd
|
||||
scripts\smoke\run-vpnruntime-ci-guards.cmd -AntiFlakeCount 5 -TargetedCount 10 -SkipRace
|
||||
```
|
||||
|
||||
```bash
|
||||
./scripts/smoke/run-vpnruntime-ci-guards.sh -AntiFlakeCount 5 -TargetedCount 10 -SkipRace
|
||||
```
|
||||
|
||||
Expected:
|
||||
|
||||
- all guard steps pass
|
||||
|
||||
Reference in New Issue
Block a user