commit | 8dcedfe4cd70c45d5fa815c7449211a785b04905 | [log] [tgz] |
---|---|---|
author | Phil Dubach <phillipd@google.com> | Thu Aug 20 16:10:39 2009 -0700 |
committer | Phil Dubach <phillipd@google.com> | Thu Aug 20 16:11:51 2009 -0700 |
tree | 390b7e935295ba0c473b0ae6e961fb2987ac6268 | |
parent | 1f5a5ed8dd1e4b1c27986353cf29846f8edc1caa [diff] |
CTS: Sort test packages alphabetically by the name of their description file The previous plan description generator sorted packages alphabetically by preserving the order returned by 'ls *.xml' in the test repository. The new python generator uses glob() to search for all xml files, so the order is undefined. Simply sorting the list returned by glob() is sufficient, since the plan generator preserves the order of that list for all plans.