mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
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.sort();
|
||||
} else {
|
||||
var specifiedTests = ZoteroUnit.tests.split(",");
|
||||
for (let test of specifiedTests) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue