diff options
Diffstat (limited to 'server/test.py')
-rwxr-xr-x | server/test.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/test.py b/server/test.py index 34de6a6a..31768579 100755 --- a/server/test.py +++ b/server/test.py @@ -9,12 +9,12 @@ from autotest_lib.client.common_lib import test as common_test class test(common_test.base_test): - pass + pass testname = common_test.testname def runtest(job, url, tag, args, dargs): - common_test.runtest(job, url, tag, args, dargs, - locals(), globals()) + common_test.runtest(job, url, tag, args, dargs, + locals(), globals()) |