view tests/run_tests.bat @ 4774:b2ed4e1bcb6e

mod_http: Depend on mod_http_errors
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 14:46:36 +0100
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=