testing/mozbase/mozdevice/sut_tests/setup-tools.sh

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rwxr-xr-x

Correct small whitespace inconsistency, lost while renaming variables.

     1 #!/bin/sh
     3 if [ ! -f busybox-armv6l ]
     4 then
     5     wget http://busybox.net/downloads/binaries/1.19.0/busybox-armv6l
     6 fi
     7 $ADB remount
     8 $ADB push busybox-armv6l /system/bin/busybox
    10 $ADB shell 'cd /system/bin; chmod 555 busybox; for x in `./busybox --list`; do ln -s ./busybox $x; done'

mercurial