diff options
author | Ted Gould <ted@gould.cx> | 2010-07-13 10:55:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-13 10:55:44 -0500 |
commit | c95f5174418c33c4c3756d42f365844f46f34368 (patch) | |
tree | 4546119ab3328fd2723ad64721ef9db919d6a4b3 /tests/Makefile.in | |
parent | 35cad52a3ea23e26761a2647241c47c4c3122761 (diff) | |
download | ayatana-indicator-application-c95f5174418c33c4c3756d42f365844f46f34368.tar.gz ayatana-indicator-application-c95f5174418c33c4c3756d42f365844f46f34368.tar.bz2 ayatana-indicator-application-c95f5174418c33c4c3756d42f365844f46f34368.zip |
Autogen update
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 0630ac0..dc4be9b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1055,6 +1055,7 @@ uninstall-am: test-approver-tester: test-approver Makefile.am @echo "#!/bin/bash" > $@ + @echo export INDICATOR_SERVICE_SHUTDOWN_TIMEOUT=1000 >> $@ @echo . $(srcdir)/run-xvfb.sh >> $@ @echo $(DBUS_RUNNER) --task $(builddir)/test-approver --task-name Approver --task $(top_builddir)/src/indicator-application-service --task-name Service --ignore-return >> $@ @chmod +x $@ |