aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorLuke Yelavich <luke.yelavich@canonical.com>2011-02-14 13:24:18 +1100
committerLuke Yelavich <luke.yelavich@canonical.com>2011-02-14 13:24:18 +1100
commit5824bcdd09bc63f62ecc9856d8e10115df73a863 (patch)
tree50838df753123fd5f87402693d9d5db50de2cf61 /tests/Makefile.am
parentb63c137778bbec1fb010f095e08750817744fced (diff)
parent1c384cdf7e601e3786fc1add31d157c0eafa1539 (diff)
downloadlibayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.gz
libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.bz2
libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.zip
Merge from trunk
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ed89981..a65f320 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -153,6 +153,7 @@ HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
@echo "#!/bin/bash" > $@
@echo . $(srcdir)/run-xvfb.sh >> $@
+ @echo export UBUNTU_MENUPROXY= >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@