File

tests/run_tests.bat @ 6830:e08f5d081a6c

util.dataforms: Fix interaction of required fields and empty string values (fixes #521)
author Kim Alvefur <zash@zash.se>
date Sat, 12 Sep 2015 17:49:47 +0200
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=