Bug 1011695 - At the end of the build suggest running |mach run| rather than app_path; r=glandium

This commit is contained in:
Marcos Caceres 2014-05-29 11:59:00 +01:00
parent f67112d8b6
commit 40f161224a

View File

@ -418,8 +418,7 @@ class Build(MachCommandBase):
# Fennec doesn't have useful output from just building. We should
# arguably make the build action useful for Fennec. Another day...
if self.substs['MOZ_BUILD_APP'] != 'mobile/android':
app_path = self.get_binary_path('app')
print('To take your build for a test drive, run: %s' % app_path)
print('To take your build for a test drive, run: |mach run|')
app = self.substs['MOZ_BUILD_APP']
if app in ('browser', 'mobile/android'):
print('For more information on what to do now, see '