File

tests/run_tests.bat @ 7273:7e659f87973d

mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
author Kim Alvefur <zash@zash.se>
date Sun, 13 Mar 2016 17:42:22 +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=