~unity-api-team/+junk/donate-ubuntu

« back to all changes in this revision

Viewing changes to donate-ubuntu/tests/autopilot/run

  • Committer: Antti Kaijanmäki
  • Date: 2016-03-09 15:19:09 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20160309151909-q0adkryomt51fcdb
initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
if [[ -z `which autopilot3` ]]; then
 
4
  echo "python3-autopilot is not installed. Skip"
 
5
  exit
 
6
fi
 
7
 
 
8
SCRIPTPATH=`dirname $0`
 
9
pushd ${SCRIPTPATH}
 
10
autopilot3 run donate-ubuntu
 
11
popd