Software /
code /
prosody
File
tests/run_tests.bat @ 3273:e9f5489ed2fe
prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 09:59:26 +0500 |
parent | 809:28d6515f5b7b |
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=