File

tests/run_tests.bat @ 3668:29a340777d7b

mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 28 Nov 2010 15:02:56 +0500
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=