~vila/ubuntu-test-cases/retry-apt-get-update

« back to all changes in this revision

Viewing changes to tests/security/setup.sh

  • Committer: Leo Arias
  • Date: 2014-11-10 19:28:56 UTC
  • mfrom: (345 touch)
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: leo.arias@canonical.com-20141110192856-rgpksx9n9j0b39yl
Merged with the touch branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
BZR_HOME=/dev/null bzr export qrt_tests lp:qa-regression-testing/tests
 
6
 
 
7
if [ -z $TARGET_PREFIX ] ; then
 
8
        echo "RUNNING ON TARGET"
 
9
else
 
10
        echo "RUNNING FROM HOST"
 
11
        adb push qrt_tests /tmp/qrt_tests
 
12
fi