tests/run_tests.bat

Sun, 12 Dec 2010 15:42:00 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 12 Dec 2010 15:42:00 +0500
changeset 3738
ae2ac97b23b1
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_pep: Fixed a traceback when non-local users send presence.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial