tests/run_tests.bat

Tue, 05 Oct 2010 18:55:17 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 05 Oct 2010 18:55:17 +0100
changeset 3512
e344b00f2cc9
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even if it doesn't match an outstanding request

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial