File

tests/run_tests.bat @ 5910:a19b3646d5f0

util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng)
author Matthew Wild <mwild1@gmail.com>
date Sun, 10 Nov 2013 23:10:27 +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=