Software /
code /
prosody
File
tests/run_tests.bat @ 3185:09174a6e8366
usermanager: Changed get_supported_methods to get_sasl_handler.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 07 Jun 2010 02:32:13 +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=