tests/run_tests.bat

Sat, 28 Feb 2009 04:58:14 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 28 Feb 2009 04:58:14 +0000
changeset 848
b1f3977fd140
parent 808
28d6515f5b7b
permissions
-rw-r--r--

core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial