File

tests/run_tests.bat @ 4419:b1e49cc314cb

util.ip: New module containing IP related functions
author Florian Zeitz <florob@babelmonkeys.de>
date Sat, 22 Oct 2011 17:51:53 +0200
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=