See if sorting the test files is enough to get alpha order on Travis

This commit is contained in:
Simon Kornblith 2015-06-01 23:42:38 -04:00
parent a4e5478957
commit 26673a30c5

View file

@ -189,6 +189,7 @@ if(run && ZoteroUnit.tests) {
testFiles.push(file.leafName);
}
}
testFiles.sort();
} else {
var specifiedTests = ZoteroUnit.tests.split(",");
for (let test of specifiedTests) {