File

tests/run_tests.bat @ 4837:9f1fb34cd7f8

mod_dialback: make change a bit more wide, encompass to and from and reject with proper addressing when neither are there.
author Marco Cirillo <maranda@lightwitch.org>
date Wed, 09 May 2012 23:09:06 +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=