File

tests/run_tests.bat @ 5709:5557b4a4cb49

mod_admin_telnet: Generate session names the same way as in s2smanager
author Kim Alvefur <zash@zash.se>
date Thu, 20 Jun 2013 21:47:28 +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=