File

tests/run_tests.bat @ 5264:700ff21a0451

mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.
author Kim Alvefur <zash@zash.se>
date Fri, 21 Dec 2012 20:34:40 +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=