File

tests/run_tests.bat @ 4540:ddce5b1bdfca

mod_admin_telnet: Use module:shared() to expose commands table and default console environment
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Jan 2012 19:50:08 +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=