Message ID | 20120614152015.2963.71824.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava-android-test.py' --- lava_dispatcher/actions/lava-android-test.py 2012-06-07 10:49:44 +0000 +++ lava_dispatcher/actions/lava-android-test.py 2012-06-14 14:49:07 +0000 @@ -47,7 +47,7 @@ 'additionalProperties': False, } - def test_name(self, test_name, timeout=-1): + def test_name(self, test_name, option=None, timeout=-1): return super(cmd_lava_android_test_run, self).test_name() + \ ' (%s)' % test_name