summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-08 21:26:06 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-08 21:26:06 +0000
commit6f7460b6374e10064f7189238e6791de92d33e4b (patch)
tree376b67f5fb804f6daa520e7f4a5aba117464602e /bootstrap/vagrant-onap/CONTRIBUTING.md
parent2909e2e278b37a752c4f3501276166d6f2c18785 (diff)
parent134f97ab0d999e0655c3189244cb64228ceb7e0f (diff)
Merge "Create a Run.ps1 script"
Diffstat (limited to 'bootstrap/vagrant-onap/CONTRIBUTING.md')
-rw-r--r--bootstrap/vagrant-onap/CONTRIBUTING.md5
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
--------