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

Bug#719143: marked as done (weston: disable tests for now)



Your message dated Thu, 30 Jan 2014 23:45:22 +0100
with message-id <20140130224522.GA16541@polynomio.collabora.co.uk>
and subject line Re: Bug#719143: weston: disable tests for now
has caused the Debian Bug report #719143,
regarding weston: disable tests for now
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
719143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719143
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: weston
Version: 1.2.0-1
Severity: wishlist
Tags: patch

Hello,

  When building weston, tests ask for user input. Maybe those should be disabled.
  Find attached patch to do so.

Regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages weston depends on:
ii  libc6                     2.17-7
ii  libcairo2                 1.12.14-5
ii  libcolord1                1.0.1-1
ii  libdrm2                   2.4.45-3
ii  libegl1-mesa              9.1.4-1
ii  libegl1-mesa-drivers      9.1.4-1
ii  libgbm1                   9.1.4-1
ii  libgl1-mesa-glx [libgl1]  9.1.4-1
ii  libgles2-mesa             9.1.4-1
ii  libglib2.0-0              2.36.3-3
ii  libglu1-mesa [libglu1]    9.0.0-1
ii  libjpeg8                  8d-1
ii  liblcms2-2                2.2+git20110628-2.2
ii  libmtdev1                 1.1.3-1
ii  libpam0g                  1.1.3-9
ii  libpixman-1-0             0.26.0-4
ii  libpng12-0                1.2.49-4
ii  libsystemd-login0         200-0~0.1
ii  libudev1                  200-0~0.1
ii  libwayland-client0        1.2.0-1
ii  libwayland-cursor0        1.2.0-1
ii  libwayland-server0        1.2.0-1
ii  libx11-6                  2:1.6.0-1
ii  libx11-xcb1               2:1.6.0-1
ii  libxcb-render0            1.9.1-3
ii  libxcb-shape0             1.9.1-3
ii  libxcb-shm0               1.9.1-3
ii  libxcb-xfixes0            1.9.1-3
ii  libxcb1                   1.9.1-3
ii  libxcursor1               1:1.1.14-1
ii  libxkbcommon0             0.3.1-1

Versions of packages weston recommends:
ii  libgl1-mesa-dri  9.1.4-1

weston suggests no packages.

-- no debconf information
>From 4c89748f4944083c36fc419f2d3c28b95c5dab90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= <zumbi@debian.org>
Date: Fri, 2 Aug 2013 17:25:03 +0200
Subject: [PATCH 1/1] d/rules: disable running tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7754fd..6b6d719 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ weston (1.2.0-1) unstable; urgency=low
   * d/weston.install: add new files
     - usr/lib/*/weston/cms-colord.so
     - usr/lib/*/weston/cms-static.so
+  * d/rules: disable running tests for now, require user input.
 
  -- Hector Oron <zumbi@debian.org>  Fri, 02 Aug 2013 15:32:49 +0200
 
diff --git a/debian/rules b/debian/rules
index a2043e2..fc44ed6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 	# the test suite does not 100% pass in headless mode
-	dh_auto_test || true
+	# some tests expect user input
+	# dh_auto_test || true
+	true
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
-- 
1.8.3.2


--- End Message ---
--- Begin Message ---
Closing as tests are non fatal for the build anymore

-- 
  Hector Oron

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: