See if sorting the test files is enough to get alpha order on Travis
This commit is contained in:
parent
a4e5478957
commit
26673a30c5
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ if(run && ZoteroUnit.tests) {
|
||||||
testFiles.push(file.leafName);
|
testFiles.push(file.leafName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
testFiles.sort();
|
||||||
} else {
|
} else {
|
||||||
var specifiedTests = ZoteroUnit.tests.split(",");
|
var specifiedTests = ZoteroUnit.tests.split(",");
|
||||||
for (let test of specifiedTests) {
|
for (let test of specifiedTests) {
|
||||||
|
|
Loading…
Reference in a new issue