File

tests/run_tests.bat @ 7228:b5b7ae2901e6

mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)
author Kim Alvefur <zash@zash.se>
date Thu, 03 Mar 2016 15:28:07 +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=