~fginther/ubuntu-test-cases/add-test-suite-timeout

« back to all changes in this revision

Viewing changes to scripts/run-touch-upgrade.sh

Convert tabs to spaces in scripts/* [r=Thomi Richards, Francis Ginther]

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
set +e
28
28
sudo NETWORK_FILE=$NETWORK_FILE \
29
 
        $UTAH_PHABLET_CMD -s $ANDROID_SERIAL \
30
 
        --from-host --skip-install --skip-utah --skip-network  -l $RUNLIST \
31
 
        --results-dir=$RESDIR
 
29
    $UTAH_PHABLET_CMD -s $ANDROID_SERIAL \
 
30
    --from-host --skip-install --skip-utah --skip-network  -l $RUNLIST \
 
31
    --results-dir=$RESDIR
32
32
EXITCODE=$?
33
33
 
34
34
UTAHFILE=$RESDIR/utah.yaml