Simon Krajewski 1 year ago
parent
commit
2ae66e87af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/runci/targets/Cpp.hx

+ 1 - 1
tests/runci/targets/Cpp.hx

@@ -75,7 +75,7 @@ class Cpp {
 
 
 		changeDirectory(getMiscSubDir("coroutines"));
 		changeDirectory(getMiscSubDir("coroutines"));
 		runCommand("haxe", ["build-cpp.hxml"]);
 		runCommand("haxe", ["build-cpp.hxml"]);
-		runCpp("bin/cpp/Main-debug.exe");
+		runCpp("bin/cpp/Main-debug");
 
 
 		changeDirectory(sysDir);
 		changeDirectory(sysDir);
 		runCommand("haxe", ["-D", archFlag, "--each", "compile-cpp.hxml"].concat(args));
 		runCommand("haxe", ["-D", archFlag, "--each", "compile-cpp.hxml"].concat(args));