~ci-train-bot/unity/unity-ubuntu-xenial-3161

« back to all changes in this revision

Viewing changes to tools/unity.cmake

  • Committer: CI Train Bot
  • Author(s): Andrea Azzarone
  • Date: 2016-04-15 05:32:58 UTC
  • mfrom: (4100.2.1 unity)
  • Revision ID: ci-train-bot@canonical.com-20160415053258-7xr24n4h1cnxxy14
Fix unity script crash. Fixes: #1566565
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
    if options.verbose:
98
98
        cli.append("--debug")
99
 
    if args:
100
 
        cli.extend(options.compiz_args)
 
99
    if compiz_args:
 
100
        cli.extend(compiz_args)
101
101
 
102
102
    if options.log:
103
103
        cli.extend(['2>&1', '|', 'tee', options.log])