~sil2100/unity/ubuntu_quantal_fixes

« back to all changes in this revision

Viewing changes to tools/autopilot

  • Committer: Daniel van Vugt
  • Date: 2012-06-19 03:34:06 UTC
  • mfrom: (55.1863.73 unity)
  • mto: (55.1863.122 unity)
  • mto: This revision was merged to the branch mainline in revision 729.
  • Revision ID: daniel.van.vugt@canonical.com-20120619033406-37aqyx2lmp1nzfuk
Rebase on latest upstream lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
echo "Autopilot has moved! 
7
7
 
8
8
Autopilot used to be part of the unity source tree. It's now it's own launchpad 
9
 
project. To install it, you need to execute the following: 
10
 
 
11
 
 sudo add-apt-repository ppa:thomir/autopilot 
12
 
 sudo apt-get update && sudo apt-get install python-autopilot 
13
 
 
14
 
Then, to list all the autopilot tests in the unity package, run:
15
 
 
16
 
 autopilot list unity 
17
 
 
18
 
To run all the unity tests:
19
 
 
20
 
 autopilot run unity
21
 
 
22
 
Note that for both these commands to work, you must have either run 'make install'
23
 
inside the source tree, or have the tests/autopilot directory in your PYTHONPATH 
24
 
environment variable."
 
9
project. Full instructions can be found in the tests/autopilot/README file.
 
10
"
25
11
 
26
12
 
27
13