diff options
Diffstat (limited to 'bootstrap/vagrant-onap/CONTRIBUTING.md')
-rw-r--r-- | bootstrap/vagrant-onap/CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/CONTRIBUTING.md b/bootstrap/vagrant-onap/CONTRIBUTING.md index e473927e4..ab7f6ba1d 100644 --- a/bootstrap/vagrant-onap/CONTRIBUTING.md +++ b/bootstrap/vagrant-onap/CONTRIBUTING.md @@ -17,6 +17,11 @@ command: $ ./tools/run.sh testing [test_suite] [function] +or using PowerShell + + PS C:\> Set-ExecutionPolicy Bypass -Scope CurrentUser + PS C:\> .\tools\Run.ps1 [test_suite] [function] + Examples -------- |