view tests/run_tests.bat @ 5236:8d116a0cdacd

mod_http_files: Cache data read from disk in a weak table
author Kim Alvefur <zash@zash.se>
date Tue, 11 Dec 2012 23:02:06 +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=