зеркало из https://github.com/mozilla/gecko-dev.git
16c7acfe05
This fixes a regression from bug 1288827. It happened because I moved the logic that finds the application path a little later on in the test harness. But there was an instance where it was being used in the android mach command before that point. As it turned out, we don't really *need* that value there. This patch grabs the same value from build_obj.substs which is already an argument to the function. MozReview-Commit-ID: 3IsI4VzEIIF --HG-- extra : rebase_source : ceb718b265c7886b831e0378436baebf2b4e7598 |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozleak | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozrunner | ||
mozscreenshot | ||
mozsystemmonitor | ||
moztest | ||
mozversion | ||
README.md | ||
moz.build | ||
packages.txt | ||
setup_development.py | ||
test-manifest.ini | ||
test.py | ||
versioninfo.py |
README.md
Mozbase
Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, reftest, Autophone, and Eideticker.
Learn more about mozbase at the project page.
Read detailed docs online, or build them locally by running "make html" in the docs directory.