File

tests/run_tests.bat @ 1285:0a6e2d6ae459

mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas
author Waqas Hussain <waqas20@gmail.com>
date Tue, 02 Jun 2009 20:07:22 +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=