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

[Git][xorg-team/wayland/weston][debian-unstable] 2 commits: debian/rules: make tests non fatal



Title: GitLab

Héctor Orón Martínez pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +weston (9.0.0-4) unstable; urgency=high
    
    2
    +
    
    3
    +  * debian/rules: make tests non fatal
    
    4
    +    - Xwayland test needs a proper environment to run.
    
    5
    +
    
    6
    + -- Héctor Orón Martínez <zumbi@debian.org>  Thu, 04 Mar 2021 22:12:48 +0100
    
    7
    +
    
    1 8
     weston (9.0.0-3) unstable; urgency=high
    
    2 9
     
    
    3 10
       * re-enable pipewire support with new ABI (0.3)
    

  • debian/rules
    ... ... @@ -6,7 +6,7 @@ override_dh_auto_configure:
    6 6
     
    
    7 7
     override_dh_auto_test:
    
    8 8
     	mkdir -p $(CURDIR)/debian/tmp/tmp/xdgruntimedir
    
    9
    -	XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test
    
    9
    +	XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true
    
    10 10
     
    
    11 11
     override_dh_missing:
    
    12 12
     	dh_missing --fail-missing -X.la
    


  • Reply to: