File

tests/run_tests.bat @ 4207:06eb75d071ec

mod_pep: Fix comparison between incoming hash and the cached hash for a JID, fixes repeated PEP events on presence (fixes #225)
author Matthew Wild <mwild1@gmail.com>
date Fri, 25 Feb 2011 00:07:38 +0000
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=