Software /
code /
prosody
File
tests/run_tests.bat @ 1833:5408d5100bd0
mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 27 Sep 2009 15:50:41 +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=