view tests/run_tests.bat @ 6467:77d00a895bbd

util/dataforms: Make sure we iterate over field tags
author daurnimator <quae@daurnimator.com>
date Tue, 07 Oct 2014 12:08:23 -0400
parents 28d6515f5b7b
children
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=