File

tests/run_tests.bat @ 8409:e98b4352d7df

mod_storage_sql: Add indices that include the with and when columns of archives
author Kim Alvefur <zash@zash.se>
date Tue, 21 Nov 2017 14:46:21 +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=