File

tests/run_tests.bat @ 6872:eb28067faadf

mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545)
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2015 19:34:58 +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=