We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96c92a commit f69095cCopy full SHA for f69095c
Android/android.py
@@ -737,7 +737,6 @@ def ci(context):
737
# Prove the package is self-contained by using it to run the tests.
738
shutil.unpack_archive(package_path, temp_dir)
739
740
- # Arguments are similar to --fast-ci, but in single-process mode.
741
launcher_args = ["--managed", "maxVersion", "-v"]
742
test_args = ["--fast-ci", "--single-process"]
743
run(
0 commit comments