diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-05-29 17:05:55 +1200 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-05-29 17:05:55 +1200 |
| commit | d84af30fbcacb90b84b341b622658a1a49fe7148 (patch) | |
| tree | 936ed25198f9b1e74706470d4297f2f891fa178a /tools/autopilot | |
| parent | 0ec2bd91e420b98240eea25f18a1455ed54d90f1 (diff) | |
Fixed autopilot redirection script hint to have the correct AP package name.
(bzr r2370.2.1)
Diffstat (limited to 'tools/autopilot')
| -rwxr-xr-x | tools/autopilot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autopilot b/tools/autopilot index b144ff608..dbdc72392 100755 --- a/tools/autopilot +++ b/tools/autopilot @@ -9,7 +9,7 @@ Autopilot used to be part of the unity source tree. It's now it's own launchpad project. To install it, you need to execute the following: sudo add-apt-repository ppa:thomir/autopilot - sudo apt-get update && sudo apt-get install autopilot + sudo apt-get update && sudo apt-get install python-autopilot Then, to list all the autopilot tests in the unity package, run: |
