File

tests/run_tests.bat @ 3091:d6a059af2077

rostermanager: Correctly clear the bare_sessions table on roster load errors during bind.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 23 May 2010 05:46:52 +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=