Software /
code /
prosody
File
tests/run_tests.bat @ 2194:41d42d253a1d
Initial commit of SCRAM SASL mechanism.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Tue, 17 Nov 2009 00:56:41 +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=