Fix test runner

This commit is contained in:
Alexey Andreev 2018-10-28 00:22:24 +03:00
parent 4d2c075c07
commit f8400279f8

View File

@ -128,7 +128,7 @@ async function walkDir(path, name, suite) {
case "js":
suite.testCases.push(new TestCase(
"js", name + " " + profileName,
[SERVER_PREFIX + path + "/" + RUNTIME_FILE_NAME, SERVER_PREFIX + path + "/" + fileName]));
[SERVER_PREFIX + path + "/" + fileName]));
break;
case "wasm":
suite.testCases.push(new TestCase(