Browse Source

Lua: Travis tweaks

Justin Donaldson 9 năm trước cách đây
mục cha
commit
32631cb255
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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