Software /
code /
prosody
File
tests/run_tests.bat @ 3615:c72d24c2d97b
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 12 Nov 2010 22:39:37 +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=