|
@@ -30,13 +30,6 @@ class TestSys extends TestCommandBase {
|
|
switch (Sys.systemName()) {
|
|
switch (Sys.systemName()) {
|
|
case "Windows":
|
|
case "Windows":
|
|
assertTrue(StringTools.endsWith(p, "Main-debug.exe"));
|
|
assertTrue(StringTools.endsWith(p, "Main-debug.exe"));
|
|
- case "Linux":
|
|
|
|
- if (Sys.getEnv("CI") != null) {
|
|
|
|
- // pass
|
|
|
|
- // when run through RunCi.n, programPath will report the path to Neko VM...
|
|
|
|
- } else {
|
|
|
|
- assertTrue(StringTools.endsWith(p, "Main-debug"));
|
|
|
|
- }
|
|
|
|
case _:
|
|
case _:
|
|
assertTrue(StringTools.endsWith(p, "Main-debug"));
|
|
assertTrue(StringTools.endsWith(p, "Main-debug"));
|
|
}
|
|
}
|