File

tests/run_tests.bat @ 5266:5c3a3ef6b769

net.dns: Clean up query list when a server is marked down
author Matthew Wild <mwild1@gmail.com>
date Sat, 22 Dec 2012 12:06:36 +0000
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=