PATCH: Add --help support for "qmtest remote"
Mark Mitchell
mark at codesourcery.com
Sun Sep 28 18:34:49 UTC 2003
The "qmtest remote" command is only used by QMTest when invoking
itself. One user was surprised that "qmtest remote --help" didn't work;
this patch makes it work.
--
Mark Mitchell <mark at codesourcery.com>
CodeSourcery, LLC
-------------- next part --------------
2003-09-28 Mark Mitchell <mark at codesourcery.com>
* qm/test/cmdline.py (commands_spec): Add --help support for
"qmtest remote".
Index: qm/test/cmdline.py
===================================================================
RCS file: /home/sc/Repository/qm/qm/test/cmdline.py,v
retrieving revision 1.99
diff -c -5 -p -r1.99 cmdline.py
*** qm/test/cmdline.py 22 Sep 2003 04:53:47 -0000 1.99
--- qm/test/cmdline.py 28 Sep 2003 18:22:26 -0000
*************** in the directory containing the module t
*** 416,426 ****
"""
Runs QMTest as a remote server. This mode is only used by QMTest
itself when distributing tests across multiple machines. Users
should not directly invoke QMTest with this option.
""",
! ()
),
("run",
"Run one or more tests.",
"[ ID ... ]",
--- 416,426 ----
"""
Runs QMTest as a remote server. This mode is only used by QMTest
itself when distributing tests across multiple machines. Users
should not directly invoke QMTest with this option.
""",
! (help_option_spec,)
),
("run",
"Run one or more tests.",
"[ ID ... ]",
More information about the qmtest
mailing list