summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-09-20 09:26:54 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-09-20 09:26:54 +0200
commit432b6e17c16fd6ef26859cc442a42f36f18c0b42 (patch)
tree371a935417ef59d9548aaa3499f300886e5b9ded /debian
parent6e28818b5988b97550dc744055f193685c77aa11 (diff)
d/t/control: Added a test to check that the silx view command can be started.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/tests/control8
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 715fc87..5851c2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ silx (1.1.2+dfsg-3) UNRELEASED; urgency=medium
* d/control: Hardcode the h5py dependency for now until dist-info files are
provided by python-h5py.
+ * d/t/control: Added a test to check that the silx view command can be started.
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 19 Sep 2023 15:15:00 +0200
diff --git a/debian/tests/control b/debian/tests/control
index a412169..7ede055 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -13,3 +13,11 @@ Depends:
xauth,
xvfb,
Architecture: !i386
+
+Test-Command: set -efu
+ ; xvfb-run -a --server-args="-screen 0 1024x768x24" -noreset timeout --preserve-status 5 silx view
+Depends:
+ silx,
+ xauth,
+ xvfb,
+Restrictions: allow-stderr