mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix test runner
This commit is contained in:
parent
4d2c075c07
commit
f8400279f8
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user