Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-07 13:25:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-07 13:25:39 (GMT)
commit3eb071ea41d7f064fb92ce76c865d99d3cb55fdd (patch)
treea87b12a8c699d4133d1e53d823e31acf4937fb8a /scripts
parent53039c331fff9aa5a8680601c3b59eddd856dade (diff)
Rework tests to be based on pyatspi only
dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system6
-rwxr-xr-xscripts/run-ui-tests (renamed from scripts/run-dogtail-tests)0
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 72d4041..8b01945 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -329,10 +329,10 @@ checks = \
"checker": "binary",
"packages": { "fedora": "dbus-x11",
"ubuntu": "dbus-x11" } },
- { "check": "import dogtail",
+ { "check": "import pyatspi",
"checker": "python",
- "packages": { "fedora": "dogtail",
- "ubuntu": "python-dogtail" } },
+ "packages": { "fedora": "pyatspi",
+ "ubuntu": "python-pyatspi2" } },
# sugar-build buildtime
diff --git a/scripts/run-dogtail-tests b/scripts/run-ui-tests
index ddf126a..ddf126a 100755
--- a/scripts/run-dogtail-tests
+++ b/scripts/run-ui-tests