~nik90/ubuntu-clock-app/custom-swipe-delete

« back to all changes in this revision

Viewing changes to app/tests/autopilot/run

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-06-06 18:45:49 UTC
  • Revision ID: krnekhelesh@gmail.com-20140606184549-l8qpmg55pwqqurjd
Initial commit of files

Show diffs side-by-side

added added

removed removed

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