diff options
author | Ted Gould <ted@gould.cx> | 2010-02-09 15:39:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-09 15:39:43 -0600 |
commit | 532e1f0e65e1339b7ba1169065390b2c861e6ac6 (patch) | |
tree | 449edec89ca7dec195ec09f2540a8a28f570a76c | |
parent | aeed270838d07165aa76f95ac445e384fbb94ea5 (diff) | |
download | libdbusmenu-532e1f0e65e1339b7ba1169065390b2c861e6ac6.tar.gz libdbusmenu-532e1f0e65e1339b7ba1169065390b2c861e6ac6.tar.bz2 libdbusmenu-532e1f0e65e1339b7ba1169065390b2c861e6ac6.zip |
Oops, get that in the script!
-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 465f829..96e425d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -138,7 +138,7 @@ test_glib_properties_client_LDADD = \ test-glib-proxy: test-glib-proxy-client test-glib-proxy-server test-glib-proxy-proxy Makefile.am @echo "#!/bin/bash" > $@ @echo $(DBUS_RUNNER) --task ./test-glib-proxy-client --task-name Client --task ./test-glib-proxy-server --task-name Server --ignore-return \\ >> $@ - @echo --task ./test-glib-proxy-proxy --parameter test.proxy.proxy_first --parameter test.proxy.server --task-name Proxy01 + @echo --task ./test-glib-proxy-proxy --parameter test.proxy.proxy_first --parameter test.proxy.server --task-name Proxy01 >> $@ @chmod +x $@ test_glib_proxy_server_SOURCES = \ |