File

tests/run_tests.bat @ 3199:0badae62de28

mod_announce: Fixed an edge case where non-admins attempting to announce would get two error replies.
author Waqas Hussain <waqas20@gmail.com>
date Tue, 08 Jun 2010 16:26:01 +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=