Software /
code /
prosody
File
tests/run_tests.bat @ 2450:03bb0e6d87d5
mod_saslauth: Made some variables local to avoid unnecessary global access.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 11 Jan 2010 19:05:08 +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=