Comment 1 for bug 1414122

Revision history for this message
Martin Pitt (pitti) wrote :

As you can run several tests/packages with adt-run, *all* arguments that specify tests are order dependent. It's been like that since day 1, and I don't want to break backwards compatibility by disallowing to run more than one package now.

> the documentation does not state they must be in a certain order

It does:

       --click-source clicksrc
              Path to click source tree for subsequent --click package.

       --click clickpkg
        [....]
       Run click package tests from the preceeding --click-source. [...]