Bug 1089002 - Replace 'appname' with 'app'. r=nalexander

Fixes:

./mach reftest error: runreftest.py: error: could not find the application path, --appname must be specified

--HG--
extra : rebase_source : 75c3c9ef00bceb0da418cdb592e736478dd442cb
This commit is contained in:
Mats Palmgren 2014-10-24 17:27:00 -07:00
parent e20a975c2b
commit 3eb1a8b0bd

View File

@ -625,7 +625,7 @@ class ReftestOptions(OptionParser):
# Certain paths do not make sense when we're cross compiling Fennec. This
# logic is cribbed from the example in
# python/mozbuild/mozbuild/mach_commands.py.
defaults['appname'] = build_obj.get_binary_path() if \
defaults['app'] = build_obj.get_binary_path() if \
build_obj and build_obj.substs['MOZ_BUILD_APP'] != 'mobile/android' else None
self.add_option("--extra-profile-file",