summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Larsen <perlarsen@google.com>2024-02-16 04:56:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-16 04:56:11 +0000
commit2662f7e25a3fb543acf0a237a84bfdc5e76e8241 (patch)
tree8ee7f17c9b2551a49bdd1ae2085b4b817977411a
parent56e0da1cc58072ef71930a82063b96f6ebb5c7f4 (diff)
parent9ca44d31b498b8a79560674496d145238158b803 (diff)
downloadaosp-2662f7e25a3fb543acf0a237a84bfdc5e76e8241.tar.gz
scripts: Fix formatting am: 9ca44d31b4
Original change: https://android-review.googlesource.com/c/trusty/vendor/google/aosp/+/2916885 Change-Id: I1392b4a308acfc770833ed2bc9c50d43987fc29f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rwxr-xr-xscripts/run_tests.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/run_tests.py b/scripts/run_tests.py
index 39cdc37..65f9a09 100755
--- a/scripts/run_tests.py
+++ b/scripts/run_tests.py
@@ -256,9 +256,9 @@ def run_tests(
project: str,
run_disabled_tests: bool = False,
test_filters: Optional[list[re.Pattern]] = None,
- verbose: bool=False,
- debug_on_error: bool= False,
- emulator:bool=True
+ verbose: bool = False,
+ debug_on_error: bool = False,
+ emulator: bool = True
) -> TestResults:
"""Run tests for a project.
@@ -426,9 +426,9 @@ def test_projects(
projects: list[str],
run_disabled_tests: bool = False,
test_filters: Optional[list[re.Pattern]] = None,
- verbose: bool=False,
- debug_on_error: bool= False,
- emulator: bool=True
+ verbose: bool = False,
+ debug_on_error: bool = False,
+ emulator: bool = True
) -> MultiProjectTestResults:
"""Run tests for multiple project.