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

[Git][xorg-team/wayland/weston][debian-unstable] 2 commits: Fix syntax of non fatal tests



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

  • 14b30323
    by Dylan Aïssi at 2024-02-27T09:23:33+01:00
    Fix syntax of non fatal tests
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 0dd716ea
    by Dylan Aïssi at 2024-02-27T09:24:22+01:00
    Release weston version 13.0.0-4
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    

2 changed files:

Changes:

  • debian/changelog
    1
    +weston (13.0.0-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Fix syntax of non fatal tests
    
    4
    +
    
    5
    + -- Dylan Aïssi <daissi@debian.org>  Tue, 27 Feb 2024 09:24:06 +0100
    
    6
    +
    
    1 7
     weston (13.0.0-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Retrict architectures where tests are run
    

  • debian/rules
    ... ... @@ -28,7 +28,7 @@ override_dh_auto_test:
    28 28
     ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel i386 ppc64el))
    
    29 29
     	XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test
    
    30 30
     else
    
    31
    -	XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir -dh_auto_test
    
    31
    +	XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp/tmp/xdgruntimedir dh_auto_test || true
    
    32 32
     endif
    
    33 33
     
    
    34 34
     override_dh_missing:
    


  • Reply to: