File

tests/run_tests.bat @ 2082:1381b2071c2e

net.dns: Be more strict about the records we cache
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Nov 2009 01:09:09 +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=