File

tests/run_tests.bat @ 5662:685d46ec352b

mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback
author Kim Alvefur <zash@zash.se>
date Sun, 09 Jun 2013 12:59:23 +0200 (2013-06-09)
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=