~saviq/ubuntu-ui-toolkit/suru-switch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI bot
  • Author(s): Christian Dywan
  • Date: 2014-03-04 13:01:20 UTC
  • mfrom: (762.1.14 uut.qmlapicheckverbose)
  • Revision ID: ps-jenkins@lists.canonical.com-20140304130120-6z7wfu2atib45rkp
The wrapper is intended to make API test more visible in the output regardless of failure or success.
A semi-related fix increases coverage so that UbuntuTestCase and Layouts are also checked. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
override_dh_auto_test:
12
12
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
13
13
        mkdir -p debian/tmp/home/run
 
14
        chmod +x tests/xvfb.sh
14
15
        tests/xvfb.sh dh_auto_test || exit $?
15
16
endif
16
17