Explorar o código

Lua: Travis tweaks

Justin Donaldson %!s(int64=9) %!d(string=hai) anos
pai
achega
32631cb255
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/RunCi.hx

+ 2 - 0
tests/RunCi.hx

@@ -450,6 +450,8 @@ class RunCi {
 		// luarocks needs to be in the path
 		addToPATH('$build_dir/install/luarocks/bin');
 
+		var lua_additions = commandResult('$build_dir/install/luarocks/bin/luarocks', ["path"]).stdout.trim();
+		trace(lua_additions + " is the value for lua_additions");
 
 		// we did user land installs of luarocks and lua.  We need to point lua
 		// to the luarocks install using the luarocks path and env variables