Software /
code /
prosody
File
tests/run_tests.bat @ 3316:6122a6270773
xmppcomponent_listener: Don't validate to/from on non-stanzas, fixes component auth.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 03 Jul 2010 18:11:28 +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=