Software /
code /
prosody
File
tests/run_tests.bat @ 1269:b06d6674477b
stanza_router: Proper error for clients sending stanzas after auth but before resource binding
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 01 Jun 2009 15:09:42 +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=