File

tests/run_tests.bat @ 5721:579c51cbc12c

mod_admin_adhoc: Fix node of the "Get List of Online Users" command
author Florian Zeitz <florob@babelmonkeys.de>
date Sat, 29 Jun 2013 22:40:10 +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=