Commit 3d652e99 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed run_all.osx.sh -xml parameter for NUnit.

parent 32d1305a
...@@ -6,4 +6,4 @@ cd ../../ ...@@ -6,4 +6,4 @@ cd ../../
cp Core/KeraLua/external/lua/osx/lib/liblua51.dylib tests/liblua51.dylib cp Core/KeraLua/external/lua/osx/lib/liblua51.dylib tests/liblua51.dylib
xbuild LuaInterface.sln /p:Configuration=Release xbuild LuaInterface.sln /p:Configuration=Release
cd tests/ cd tests/
nunit-console LuaInterfaceTest.dll /xml=$1 nunit-console LuaInterfaceTest.dll -xml=$1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment