File

tests/run_tests.bat @ 6725:41725f3df3cc

mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator
author Kim Alvefur <zash@zash.se>
date Tue, 19 May 2015 18:24:09 +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=