Salome HOME
usage updates
authorCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 9 Jun 2015 09:01:29 +0000 (11:01 +0200)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 9 Jun 2015 09:01:29 +0000 (11:01 +0200)
bin/appliskel/.salome-completion.sh
bin/appliskel/salome_tester/salome_test_driver.py
bin/runTests.py

index 5d21670c74d542845d029556ed2575ddf78dadc5..18885642d8f026569d54ed95db742c4bc08ba822 100644 (file)
@@ -82,6 +82,9 @@ _salome()
                 connect)
                     options='-h --help -c -p'
                     ;;
+                test)
+                    options='-h --help --print-labels'
+                    ;;
             esac
             COMPREPLY=( $( compgen -W "$options" -- "$cur" ) )
         fi
index 4db007c77409c930e808f675a6de1c0d9a59bc42..6d8a586bdd78c52bee0359542656b47654eb308b 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 """
-Usage: salome_test_helper.py <timeout_delay> <test_file.py> [test file arguments]
+Usage: salome_test_helper.py <timeout_delay> <test command> [test command arguments]
 """
 
 import sys
index e4ca6482d2109d098a591f97feb309740242aace..f2695127fffbd4e1089cb16da2ba3b4c81d18041 100644 (file)
@@ -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