Bug 1486004 - Part 3 - change help prompt for remote test root to show /data/local/tmp/test_root, r=gbrown

Depends on D82745

Differential Revision: https://phabricator.services.mozilla.com/D82746
This commit is contained in:
Bob Clary 2020-07-17 20:48:42 +00:00
Родитель f39d6f85a0
Коммит 15be5895b3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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',