File

tests/run_tests.bat @ 7858:14fe60a65c69

mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
author Kim Alvefur <zash@zash.se>
date Tue, 24 Jan 2017 19:26:40 +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=