File

tests/run_tests.bat @ 4465:41c4252526bd

util.debug: Adjust level within get_locals_table() to account for the additional depth of this function itself
author Matthew Wild <mwild1@gmail.com>
date Fri, 13 Jan 2012 15:46:36 +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=