File

tests/run_tests.bat @ 7756:274d0e57cc60

mod_storage_sql: List available commands if no commands given (currenly only one available)
author Kim Alvefur <zash@zash.se>
date Thu, 01 Dec 2016 10:02:26 +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=