File

tests/run_tests.bat @ 2527:3fe3dbb27b6f

MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 11 lines shorter \o/)
author Matthew Wild <mwild1@gmail.com>
date Fri, 29 Jan 2010 14:26:54 +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=