Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 712e613..a50a274 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ run: x11-utils
$(SCRIPTS)/shell/start-sugar
test: x11-utils
- $(LOG) "$(SCRIPTS)/run-dogtail-tests" $(LOGFILE)
+ $(LOG) "$(SCRIPTS)/run-ui-tests" $(LOGFILE)
shell: x11-utils
@PS1="[sugar-build \W]$$ " \