Skip to content

Commit

Permalink
Bug 1486004 - Part 3 - change help prompt for remote test root to sho…
Browse files Browse the repository at this point in the history
…w /data/local/tmp/test_root, r=gbrown

Depends on D82745

Differential Revision: https://phabricator.services.mozilla.com/D82746
  • Loading branch information
Bob Clary committed Jul 17, 2020
1 parent f39d6f8 commit 15be589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mozbuild/mozbuild/mach_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class GTestCommands(MachCommandBase):
dest='remote_test_root',
group='Android',
help='Remote directory to use as test root '
'(eg. /mnt/sdcard/tests or /data/local/tests).')
'(eg. /data/local/tmp/test_root).')
@CommandArgument('--libxul',
dest='libxul_path',
group='Android',
Expand Down

0 comments on commit 15be589

Please sign in to comment.