Open Bug 1948927 Opened 29 days ago

Stop checking for a non-existent package-name.txt file in testing/

Categories

(Testing :: Mozbase, task)

task

Tracking

(Not tracked)

People

(Reporter: florian, Unassigned)

References

Details

Searchfox tells me we have the following references to package-name.txt:

73	if "package-name.txt" in archive_list:
74	with io.TextIOWrapper(archive.open("package-name.txt")) as fp:

testing/mozbase/mozversion/tests/test_apk.py
39	z.writestr("package-name.txt", "org.mozilla.fennec")

testing/mozharness/mozharness/mozilla/testing/android.py
504	# Find appname from package-name.txt - assumes download-and-extract
509	# alternative to package-name.txt, but introduces a dependency
514	package_path = os.path.join(app_dir, "package-name.txt")

According to glandium, this file was dded in bug 703080, and apparently removed kind of accidentally a day later with no bug (9c8859beb0aceb6eb24a692f646bc6e56c07d0f6).

You need to log in before you can comment on or make changes to this bug.