File

tests/run_tests.bat @ 7491:491975f5d383

mod_http_files: Send larger files using new file handle API
author Kim Alvefur <zash@zash.se>
date Mon, 11 Jul 2016 12:20:25 +0200
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=