Software /
code /
prosody
File
tests/run_tests.bat @ 3129:125f03db0b1a
rostermanager: Optimisation to avoid unnecessarily loading rosters for offline contacts on probes, etc.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 01 Jun 2010 20:09:31 +0100 |
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=