File

tests/run_tests.bat @ 4654:0975505f5a54

mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then (fixes #282)
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Apr 2012 14:54:36 +0100
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=