File

tests/run_tests.bat @ 4312:bcdff2b1d3ec

mod_groups: Persist changes to mod_groups contacts (e.g. moving groups)
author Christian Haase <c.haase@ifu.com>
date Sun, 05 Jun 2011 12:18:24 +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=