Mir

Comment 1 for bug 1316987

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

Note that the above MP dummies out the command line:

93 +char const* dummy[] = {0};
94 +int argc = 0;
95 +char const** argv = dummy;

This is a bit unsatisfactory as it means that configuring the Mir server can't be done on the command line as is possible with other tests. When we fix the bug we should fix the test too.