blob: fb1079d0b61cfd41843a1371ad4bc3d4c7c5c6e6 (
plain)
1
2
3
4
5
|
#!/bin/sh
DBUS_RUNNER="dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf"
${DBUS_RUNNER} --task ./test-thousand-indicators-client --task-name Client --task ./test-thousand-indicators-server --task-name Server
|