Comment 2 for bug 1555732

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

I guess something like:

    export test_suites="`dpkg-query -L mir-demos | grep mir_demo_client_ | sed s_/usr/bin/__`"

will cover running all the clients.

FWIW I got a few failures to investigate tomorrow with:

    $ for test in `dpkg-query -L mir-demos | grep mir_demo_client_ | sed s_/usr/bin/__`; do mir_demo_server --test-timeout 3 --test-client $test ; done