From 18170dd986e4e4efe440c9dfa6f47ba87604b7ec Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 26 Aug 2005 04:23:33 +0000 Subject: * s/Message(_create=0)/EmptyMessage everywhere else * test/python/test-{server|client}.py: add the python/.libs directory to the lookup path so dbus_bindings and dbus_glib_bindings don't get picked up from the system --- test/python/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/python/run-test.sh') diff --git a/test/python/run-test.sh b/test/python/run-test.sh index f7e067aa..600eb6d7 100755 --- a/test/python/run-test.sh +++ b/test/python/run-test.sh @@ -29,6 +29,6 @@ fi ln -s $DBUS_TOP_BUILDDIR/python $DBUS_TOP_BUILDDIR/python/dbus echo "running test-client.py" -$DBUS_TOP_BUILDDIR/test/python/test-client.py || die "test-client.py failed" +libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/python/test-client.py || die "test-client.py failed" rm $DBUS_TOP_BUILDDIR/python/dbus -- cgit