~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to tests/autopilot/run

  • Committer: Bartosz Kosiorek
  • Date: 2015-11-27 23:40:21 UTC
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: gang65@poczta.onet.pl-20151127234021-yqov9wh9k97mua03
Run Calculator in Landscape mode for Desktop (LP: #1468663)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
if [[ -z `which autopilot` ]]; then
 
3
if [[ -z `which autopilot3` ]]; then
4
4
  echo "Autopilot is not installed. Skip"
5
5
  exit
6
6
fi