Mercurial > prosody-hg
view tests/run_tests.bat @ 5862:7e83c8448cd6
util.sasl: Make registerMechanism a public function (again)
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Mon, 07 Oct 2013 17:57:06 -0400 |
| parents | 28d6515f5b7b |
| children |
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=
