summaryrefslogtreecommitdiffstats
path: root/test/python/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/run-test.sh')
-rwxr-xr-xtest/python/run-test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/python/run-test.sh b/test/python/run-test.sh
index 600eb6d7..aa6bd366 100755
--- a/test/python/run-test.sh
+++ b/test/python/run-test.sh
@@ -29,6 +29,10 @@ fi
ln -s $DBUS_TOP_BUILDDIR/python $DBUS_TOP_BUILDDIR/python/dbus
echo "running test-client.py"
+#uncomment this if you need to see the output from the service for debugging
+#otherwise keep it commented so we can test activation
+#libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/python/test-service.py &
+
libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/python/test-client.py || die "test-client.py failed"
rm $DBUS_TOP_BUILDDIR/python/dbus