[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/libepoxy][debian-unstable] Don't run tests when nocheck profile is enabled



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libepoxy

Commits:

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -7,11 +7,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    7 7
     
    
    8 8
     # Ignore test results on s390x and most ports where tests fail
    
    9 9
     override_dh_auto_test:
    
    10
    +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    
    10 11
     ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sparc64 x32,$(DEB_HOST_ARCH)))
    
    11 12
     	-xvfb-run -a dh_auto_test
    
    12 13
     else
    
    13 14
     	xvfb-run -a dh_auto_test
    
    14 15
     endif
    
    16
    +endif
    
    15 17
     
    
    16 18
     # No symbols for udebs, specify the highest version from symbols file:
    
    17 19
     override_dh_makeshlibs:
    


  • Reply to: