فهرست منبع

fix neko-sys invocation

Simon Krajewski 11 سال پیش
والد
کامیت
4421a4a5ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -337,7 +337,7 @@ class RunTravis {
 				Sys.setCwd("../sys");
 				runCommand("haxe", ["compile-neko.hxml"]);
 				Sys.setCwd("bin/neko");
-				runCommand("neko", ["sys.n"]);
+				runCommand("neko", ["sys.n", "foo", "12", "a b c\\"]);
 			case "openfl-samples":
 				getOpenFLDependencies(unitDir);