File

tests/run_tests.bat @ 9643:bb8486491b48 0.10.3

mod_proxy65: Check what port is used at the time of the query Could have changed between startup and time of request
author Kim Alvefur <zash@zash.se>
date Sun, 25 Nov 2018 13:16:17 +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=