Software /
code /
prosody
File
tests/run_tests.bat @ 3081:4ee34d07e042
util.sasl.scram: Fixing issue #177.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Sat, 22 May 2010 20:51:01 +0200 |
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=