tests/run_tests.bat

Fri, 22 Oct 2010 10:45:45 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 22 Oct 2010 10:45:45 +0500
changeset 3544
f2aca3e0fe3b
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial