]> xenbits.xensource.com Git - osstest.git/commitdiff
sg-run-job: Improve some internal API docs
authorIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 15:00:28 +0000 (16:00 +0100)
committerIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 15:04:19 +0000 (16:04 +0100)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
sg-run-job

index 3db05b34c030a79ff4dfe0214b79b035d9d57095..702ed558e87f7aa94961154822744adc328dfbe5 100755 (executable)
@@ -206,12 +206,12 @@ proc recipe-flag {flagname {def 0}} {
 #                    general steps from running)
 #               The job status is set to IFFAIL.
 #
-#   per-host-ts IFFAIL TESTID SCRIPT-ARGS...
+#   per-host-ts IFFAIL TESTID SCRIPT-ARGS-LIST MORE-ARGS...
 #
 #       Runs the script (as a separate step) for each test host ident.
-#       The host ident is appended to SCRIPT-ARGS.  (SCRIPT-ARGS
-#       should contain an even number of + items for proper testid
-#       generation.)
+#       The host ident is appended to SCRIPT-ARGS-LIST.
+#       (SCRIPT-ARGS-LIST should contain an even number of + items for
+#       proper testid generation.)
 #
 #       The scripts are run in parallel for all host idents.
 #