Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3d82bdc

Browse files
authored
Revert "Add testing hints (#39868)" (#39921)
Revert "Add testing hints"
1 parent e4ea8d4 commit 3d82bdc

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

testing/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

testing/run_tests.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -947,12 +947,7 @@ def run_engine_tasks_in_parallel(tasks):
947947

948948

949949
def main():
950-
parser = argparse.ArgumentParser(
951-
description='''
952-
In order to learn the details of running tests in the engine, please consult the
953-
Flutter Wiki page on the subject: https://github.com/flutter/flutter/wiki/Testing-the-engine
954-
'''
955-
)
950+
parser = argparse.ArgumentParser()
956951
all_types = [
957952
'engine', 'dart', 'benchmarks', 'java', 'android', 'objc', 'font-subset'
958953
]

0 commit comments

Comments
 (0)