File

tests/run_tests.bat @ 8000:42dd766cfe97

mod_mam: Remove dead code (default will be filled in by mamprefs.lib)
author Kim Alvefur <zash@zash.se>
date Thu, 23 Mar 2017 14:45:18 +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=