Mercurial > prosody-hg
view tests/run_tests.bat @ 1668:a276d379e00a
Removing tabs at the end of a line.
| author | Tobias Markmann <tm@ayena.de> |
|---|---|
| date | Wed, 12 Aug 2009 20:03:58 +0200 |
| parents | 28d6515f5b7b |
| children |
line wrap: on
line source
@echo off set oldpath=%path% set path=%path%;..;..\lualibs del reports\*.report lua test.lua %* set path=%oldpath% set oldpath=
