File

tests/run_tests.bat @ 7027:77d838ba91c6

mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache
author Kim Alvefur <zash@zash.se>
date Wed, 23 Dec 2015 09:00:03 +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=