~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Zoltán Balogh
  • Date: 2016-06-03 11:13:49 UTC
  • mfrom: (1990.1.4 staging)
  • Revision ID: tarmac-20160603111349-bewb4m7lid1olsz2
Skip unit tests only on Yakketi. Fixes: https://bugs.launchpad.net/bugs/1588598.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        dh $@ --parallel
23
23
 
24
24
override_dh_auto_test:
 
25
        echo TRACE_TEST
 
26
        echo $(DEB_HOST_SERIES)
 
27
        echo $(testskip_series)
25
28
ifneq ($(DEB_HOST_SERIES),$(findstring $(DEB_HOST_SERIES), $(testskip_series)))
26
29
ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures)))
27
30
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))