tests/run_tests.bat

Wed, 02 Jun 2010 01:54:17 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 02 Jun 2010 01:54:17 +0500
changeset 3132
4d2251242ac1
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_pep: Corrected and optimized handling of non-available presence stanzas.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial