File

tests/run_tests.bat @ 3480:97831dfe7f72

util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth)
author Matthew Wild <mwild1@gmail.com>
date Tue, 31 Aug 2010 00:38:44 +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=