If you have testsuites that are run in order A, B, and you run `x.py test B A` they are still run in order A B instead of B A as specified.