File

tests/run_tests.bat @ 2912:f5a5317f3485

mod_groups: Fixes to make compatible with roster versioning - set version to 'true' to indicate that the roster is not being versioned
author Matthew Wild <mwild1@gmail.com>
date Mon, 22 Mar 2010 14:35:02 +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=