Software /
code /
prosody
File
tests/run_tests.bat @ 3391:8ac3f60af3c4
mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option (was only used for anonymous auth, and that didn't make sense).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 18 Jul 2010 17:50:38 +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=