File

tests/run_tests.bat @ 3424:9e0df614e5d0

util.xmppstream: Add set_session() method to change the session that a stream is associated with
author Matthew Wild <mwild1@gmail.com>
date Mon, 02 Aug 2010 10:21:26 +0100
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=