Martin and other autotest committers,

Rev4243 will break client/bin/autotest for now. There are some typerr inside
and apologize for that.

The new patch should fixed it. If Martin is not online, can any one else
help to push it?
-- 
Eric Li
李咏竹
Google Kirkland
Index: client/bin/autotest
===================================================================
--- client/bin/autotest (revision 4244)
+++ client/bin/autotest (working copy)
@@ -3,6 +3,7 @@
 # autotest <control file> - run the autotest control file specified.
 #
 import os, sys
+import common
 from optparse import OptionParser
 from autotest_lib.client.bin import job
 from autotest_lib.client.common_lib import global_config
@@ -70,7 +71,7 @@
                                                            type=bool,
                                                            default=True)
 
-if options.setup:
+if options.client_test_setup:
     from autotest_lib.client.bin import setup_job
     exit_code = 0
     try:
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to