File

tests/run_tests.bat @ 3287:e425e27c12be

mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
author Matthew Wild <mwild1@gmail.com>
date Tue, 22 Jun 2010 19:14:55 +0100
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=