aboutsummaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-23 10:21:21 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-23 10:21:21 +0200
commitead569ed946d5e7414ec4c328d4d8b2a6bb3009c (patch)
tree98f348c9274493690522b0359434b9afa08d541a /debian/tests
parent59180ffc0eb960e64aca169afb5d890bffead52e (diff)
Use a simpler smoke test
When running in cowbuilder daemons aren't started
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control2
-rwxr-xr-xdebian/tests/smoke4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 2c75b73..a9d638a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
Tests: smoke
Restrictions: needs-root
-Depends: libvirt-bin, @
+Depends: @
diff --git a/debian/tests/smoke b/debian/tests/smoke
index f4a8642..8e6d4ec 100755
--- a/debian/tests/smoke
+++ b/debian/tests/smoke
@@ -1,3 +1,5 @@
#!/bin/sh
-whatmaps libvirt0 | grep -qsE '^(libvirt-bin|libvirtd)'
+whatmaps --help
+
+/bin/bash -c 'whatmaps --debug libncurses5 2>&1 | grep bash'