~smspillaz/unity/untiy.less-paint-insanity

« back to all changes in this revision

Viewing changes to tests/autopilot/autopilot/globals.py

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from compizconfig import Context
2
2
 
3
3
global_context = Context()
 
4
 
 
5
# this can be set to True, in which case tests will be recorded.
 
6
video_recording_enabled = False
 
7
 
 
8
# this is where videos will be put after being encoded.
 
9
video_record_directory = "/tmp/autopilot"