Software /
code /
prosody
File
tests/run_tests.bat @ 2817:8a411db08af4
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 25 Nov 2009 21:40:44 +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=