Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-29 09:43:58 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-29 09:43:58 (GMT)
commitffc4ce1a80f1fb5ce6be1844c90d7009075469df (patch)
tree473035caff67f7ef50a197da1b32c5adaaf3cabc /scripts/check-system
parente47b3760dc0bd235b537c2ba447453b35032f272 (diff)
Add a simple dogtail test
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 28ac8b5..7e67cd3 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -216,6 +216,10 @@ checks = \
"checker": "pkgconfig",
"packages": { "fedora": "libX11-devel",
"ubuntu": "libx11-dev" } },
+ { "check": "import dogtail",
+ "checker": "python",
+ "packages": { "fedora": "dogtail",
+ "ubuntu": "python-dogtail" } },
# Workarounds for distro bugs