From: Cédric Aguerre Date: Tue, 9 Jun 2015 09:01:29 +0000 (+0200) Subject: usage updates X-Git-Tag: V7_7_0a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b14ebc59af5152780b6c361ba3db31bce99e265b;p=modules%2Fkernel.git usage updates --- diff --git a/bin/appliskel/.salome-completion.sh b/bin/appliskel/.salome-completion.sh index 5d21670c7..18885642d 100644 --- a/bin/appliskel/.salome-completion.sh +++ b/bin/appliskel/.salome-completion.sh @@ -82,6 +82,9 @@ _salome() connect) options='-h --help -c -p' ;; + test) + options='-h --help --print-labels' + ;; esac COMPREPLY=( $( compgen -W "$options" -- "$cur" ) ) fi diff --git a/bin/appliskel/salome_tester/salome_test_driver.py b/bin/appliskel/salome_tester/salome_test_driver.py index 4db007c77..6d8a586bd 100644 --- a/bin/appliskel/salome_tester/salome_test_driver.py +++ b/bin/appliskel/salome_tester/salome_test_driver.py @@ -18,7 +18,7 @@ # """ -Usage: salome_test_helper.py [test file arguments] +Usage: salome_test_helper.py [test command arguments] """ import sys diff --git a/bin/runTests.py b/bin/runTests.py index e4ca6482d..f2695127f 100644 --- a/bin/runTests.py +++ b/bin/runTests.py @@ -35,6 +35,10 @@ Principal options are: -h,--help Show this help message and exit. + --print-labels + Print the list of all labels associated with the test set. + This option will not run any tests. + -V,--verbose Enable verbose output from tests. -VV,--extra-verbose