summaryrefslogtreecommitdiff
path: root/tools
diff options
authorThomi Richards <thomi.richards@canonical.com>2012-03-06 16:40:04 +1300
committerThomi Richards <thomi.richards@canonical.com>2012-03-06 16:40:04 +1300
commit92825048ec641bb35655ec67820819c88029061b (patch)
tree576d8d6f3b9d274ee392a002ec408363885cd0b4 /tools
parent489796a209cde090ab7922172f05e14745222707 (diff)
Recording is disabled if the recording app is not present.
(bzr r2052.3.2)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/autopilot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autopilot b/tools/autopilot
index d23737d47..1c1c52e13 100755
--- a/tools/autopilot
+++ b/tools/autopilot
@@ -77,7 +77,7 @@ def parse_arguments():
required=False, help='Specify desired output format. Default is "text".')
parser_run.add_argument('-r', '--record', action='store_true', default=False,
required=False, help="Record failing tests. Required 'recordmydesktop' app to be installed. Videos \
- are stored in /tmp.")
+ are stored in /tmp/autopilot.")
parser_run.add_argument("test", nargs="*", help="Specify tests to run, as listed by the 'list' command")