Skip to content

Commit

Permalink
Fix ignore test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
siffiejoe committed Nov 12, 2016
1 parent 310cc6a commit 637c0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ echo amalgamate Lua modules, Lua script, and C modules ...
if errorlevel 1 goto :eof

echo amalgamate Lua modules, but ignore C modules ... "
%_lua% ..\src\amalg.lua -o cmodout.lua -s main.lua -c -x -i ^^cmod -i ^^aimod
%_lua% cmodout.lua
%_lua% ..\src\amalg.lua -o ignout.lua -s main.lua -c -x -i ^^cmod -i ^^aiomod
%_lua% ignout.lua
if errorlevel 1 goto :eof

endlocal
Expand Down

0 comments on commit 637c0d8

Please sign in to comment.