File

tests/run_tests.bat @ 2081:b9bbb709d62e

net.dns: Be more strict about checking the DNS replies we receive
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Nov 2009 01:05:38 +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=