summaryrefslogtreecommitdiffstats
path: root/SunSpider/resources/sunspider-standalone-driver.js
diff options
context:
space:
mode:
Diffstat (limited to 'SunSpider/resources/sunspider-standalone-driver.js')
-rw-r--r--SunSpider/resources/sunspider-standalone-driver.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/SunSpider/resources/sunspider-standalone-driver.js b/SunSpider/resources/sunspider-standalone-driver.js
index 8c6d237..3a8a3e9 100644
--- a/SunSpider/resources/sunspider-standalone-driver.js
+++ b/SunSpider/resources/sunspider-standalone-driver.js
@@ -30,7 +30,7 @@ var times = [];
times.length = tests.length;
for (var j = 0; j < tests.length; j++) {
- var testName = "tests/" + tests[j] + ".js";
+ var testName = "tests/" + suiteName + "/" + tests[j] + ".js";
var startTime = new Date;
if (testName.indexOf('parse-only') >= 0)
checkSyntax(testName);