Skip to content

Commit

Permalink
Trace tests: fix run_angle_android_test.py --prepare-only
Browse files Browse the repository at this point in the history
Bug: b/292249127
Change-Id: Ied2b65c84f6cebe4d6d75d91910f9f124288e487
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5399138
Commit-Queue: Roman Lavrov <[email protected]>
Reviewed-by: Amirali Abdolrashidi <[email protected]>
Auto-Submit: Roman Lavrov <[email protected]>
Commit-Queue: Amirali Abdolrashidi <[email protected]>
  • Loading branch information
romanl-g authored and Angle LUCI CQ committed Mar 26, 2024
1 parent beae795 commit 856054c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tests/angle_android_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ def AddCommonParserArgs(parser):
'--gtest_filter',
type=str,
help='Test filter.')
parser.add_argument(
'--prepare-only',
help='Only prepare traces, but do not actually run them.',
action='store_true')


def RunAndroidTestSuite(args, extra_args):
Expand Down Expand Up @@ -108,7 +112,6 @@ def main():
parser.add_argument('--output-directory', required=True)
parser.add_argument('--wrapper-script-args')
parser.add_argument('--runtime-deps-path')
parser.add_argument('--prepare-only', action='store_true')
AddCommonParserArgs(parser)

args, extra_args = parser.parse_known_args()
Expand Down

0 comments on commit 856054c

Please sign in to comment.