aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-11 12:34:09 -0500
committerTed Gould <ted@gould.cx>2010-06-11 12:34:09 -0500
commit6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a (patch)
tree7a771e337ab964db45671e5c05081ff3d8349e67 /tests/Makefile.am
parent259c51992e02eb323742df1a678b1e5eddba0997 (diff)
downloadayatana-indicator-application-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.tar.gz
ayatana-indicator-application-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.tar.bz2
ayatana-indicator-application-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.zip
Increase the timeouts, but make it so that the watcher shutsdown when seen.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d3b18d8..8d356bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -142,7 +142,7 @@ XML_REPORT = libappindicator-check-results.xml
HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
- @echo "#!/bin/sh" > $@
+ @echo "#!/bin/bash" > $@
@echo . $(srcdir)/run-xvfb.sh >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@