diff options
author | Ted Gould <ted@gould.cx> | 2011-02-21 10:50:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-21 10:50:34 -0600 |
commit | 5b9418cb4be5823df8eb7c01f854eed0a13a2c9f (patch) | |
tree | ea542e3edd8a0fe5be5f0863aecb83078b51206d | |
parent | dcf34291bd1cc3f58652c96bd37de3162497b269 (diff) | |
download | libdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.tar.gz libdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.tar.bz2 libdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.zip |
Fixing the path of the python in the test
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 09bc4c5..61b3e69 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -517,7 +517,7 @@ test_gtk_shortcut_client_LDADD = \ test-gtk-shortcut-python: test-gtk-shortcut-server test-gtk-shortcut-client.py Makefile.am @echo "#!/bin/bash" > $@ @echo $(XVFB_RUN) >> $@ - @echo $(DBUS_RUNNER) --task ./test-gtk-shortcut-client.py --task-name Client --task ./test-gtk-shortcut-server --task-name Server --ignore-return >> $@ + @echo $(DBUS_RUNNER) --task $(srcdir)/test-gtk-shortcut-client.py --task-name Client --task ./test-gtk-shortcut-server --task-name Server --ignore-return >> $@ @chmod +x $@ EXTRA_DIST += test-gtk-shortcut-client.py |