Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56b92e81 authored by Etan Cohen's avatar Etan Cohen Committed by Gerrit Code Review
Browse files

Merge "Update service test runner to allow test args"

parents be19fe5e 31dc3db9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@ def main():

    print 'Running tests...'
    if len(sys.argv) != 1:
        run('adb shell am instrument -w "%s" %s' %
            (INSTRUMENTED_PACKAGE_RUNNER, ' '.join(sys.argv[1:])))
        run('adb shell am instrument -w %s "%s"' %
            (' '.join(sys.argv[1:]), INSTRUMENTED_PACKAGE_RUNNER))
        return 0

    # It would be nice if the activity manager accepted a list of packages, but