Software /
code /
prosody
File
tests/run_tests.bat @ 2881:4e6c6b1ddce7
util.cyrus_sasl: Pass the realm to Cyrus
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 15 Mar 2010 23:02:16 -0700 |
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=