File

tests/run_tests.bat @ 7174:d350e475f94e

util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)
author Kim Alvefur <zash@zash.se>
date Sun, 21 Feb 2016 19:25:01 +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=