From 26673a30c583c7a64076ff3dcd2a256164c406be Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 1 Jun 2015 23:42:38 -0400 Subject: [PATCH] See if sorting the test files is enough to get alpha order on Travis --- test/content/runtests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/content/runtests.js b/test/content/runtests.js index 2d29ad4aa7..69d891e621 100644 --- 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) {