~barry/autopilot/lp1488175

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI bot
  • Author(s): Martin Pitt, Corey Goldberg, Max Brustkern, Christopher Lee, Thomi Richards
  • Date: 2014-08-06 01:20:25 UTC
  • mfrom: (493.1.17 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140806012025-2r7bw4rdc7q8e1md
Autopilot release.

Includes.

Adding screenshot support.
Removing python2 dependencies and code.
Internal refactoring (for logging) Fixes: 1078732
Approved by: Martin Pitt, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
override_dh_auto_test:
21
21
ifeq (, $(findstring nocheck, $(DEB_BUILD_OPTIONS)))
22
22
        HOME=`mktemp -d --tmpdir=debian` \
 
23
        XDG_RUNTIME_DIR=`mktemp -d --tmpdir=debian` \
23
24
        python3 -m testtools.run discover autopilot.tests.unit
24
25
endif