commit 26673a30c583c7a64076ff3dcd2a256164c406be
parent a4e54789577e17e82b301ffc1e7e3ef068a2ca18
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 1 Jun 2015 23:42:38 -0400
See if sorting the test files is enough to get alpha order on Travis
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/content/runtests.js b/test/content/runtests.js
@@ -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) {