Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication method
[platform/upstream/dbus.git] / test / name-test / run-test-systemserver.sh
index fd82326..afd1f04 100755 (executable)
@@ -39,3 +39,13 @@ if ! grep -q 'DBus.Error' echo-error-output.tmp; then
   echo "====="
   exit 1
 fi
+
+echo "running test echo signal"
+if test "x$PYTHON" = "x:"; then
+  echo "Skipped test-echo-signal: Python interpreter not found"
+elif ! $PYTHON $DBUS_TOP_SRCDIR/test/name-test/test-wait-for-echo.py; then
+  echo "Failed test-wait-for-echo"
+  exit 1
+fi
+
+exit 0