summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/CONTRIBUTING.md
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-08-15 16:24:05 -0500
committerVictor Morales <victor.morales@intel.com>2017-08-15 16:26:12 -0500
commit5d5c5da9317e4681c10e6fe2a8f76aeb680d3517 (patch)
tree5ae5f3bf6b5773b19f469ecf01d7a39fff12315c /bootstrap/vagrant-onap/CONTRIBUTING.md
parente056249e9c28e76fbda59c8c4130ea96708bdc06 (diff)
Add warnings and options to Run.ps1
This change add the same options and messages that was included in 8a0c9450a19892d4254e2b69d04f3b84007b700b Change-Id: I612dc3c3f679797c271ee3f452454e833c2b2aba Issue-Id: INT-97 Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/CONTRIBUTING.md')
-rw-r--r--bootstrap/vagrant-onap/CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/vagrant-onap/CONTRIBUTING.md b/bootstrap/vagrant-onap/CONTRIBUTING.md
index 3e42510fe..f11327f9e 100644
--- a/bootstrap/vagrant-onap/CONTRIBUTING.md
+++ b/bootstrap/vagrant-onap/CONTRIBUTING.md
@@ -12,15 +12,15 @@ Unit Testing
The **_tests_** folder contains ~~scripts~~ _test suites_ that ensure the proper
implementation of the _functions_ created on **_lib_** folder. In order to
-execute the Unit Tests defined for this project, you must run the following
-command:
+display the Usage information you must execute the script with question mark as
+an argument like follows:
- $ ./tools/run.sh -s [test_suite] -c [function] testing
+ $ ./tools/run.sh -?
or using PowerShell
PS C:\> Set-ExecutionPolicy Bypass -Scope CurrentUser
- PS C:\> .\tools\Run.ps1 testing [test_suite] [function]
+ PS C:\> .\tools\Run.ps1 testing -?
Examples
--------