Software /
code /
prosody
File
tests/run_tests.bat @ 1223:9767e52f861c
sessionmanager: Added reference to globals full_sessions and bare_sessions
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 29 May 2009 23:01:05 +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=