Mercurial > prosody-hg
view tests/run_tests.bat @ 1708:ac792c01dfcb
modulemanager: Removed unnecessary code in the unload function
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Tue, 18 Aug 2009 12:54:16 +0500 |
| 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=
