Searched refs:push_files (Results 1 – 1 of 1) sorted by relevance
998 push_files = [Path(runner.name)] variable999 push_files += list(Path(".").glob(f"{TEST_NAME}*.jar"))1000 push_files += list(Path(".").glob(f"expected-*.txt"))1001 push_files += [p for p in [Path("profile"), Path("res")] if p.exists()]1002 push_files = " ".join(map(str, push_files)) variable1006 run("adb push {} {}".format(push_files, chroot_dex_location))