File

tests/run_tests.bat @ 5006:af7e563cf453

mod_admin_telnet: Add missing import of usermanager
author Kim Alvefur <zash@zash.se>
date Tue, 24 Jul 2012 21:37:16 +0200 (2012-07-24)
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=