From: Frank Becker <[email protected]>
---
client/bin/autotest | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/client/bin/autotest b/client/bin/autotest
index 1862881..e843b7f 100755
--- a/client/bin/autotest
+++ b/client/bin/autotest
@@ -56,6 +56,11 @@ parser.add_option('--client_test_setup',
dest='client_test_setup',
type='string', default=None, action='store',
help='a comma seperated list of client tests to prebuild on '
'the server. Use all to prebuild all of them.')
+
+parser.add_option('--tap', dest='tap_report', action='store_true',
+ default=None, help='Output TAP (Test anything '
+ 'protocol) reports')
+
def usage():
parser.print_help()
sys.exit(1)
--
1.7.2.3
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest