File

tests/run_tests.bat @ 8704:c0e812dd9dfc

MUC: Say something about storage failure before aborting (see #1091)
author Kim Alvefur <zash@zash.se>
date Mon, 12 Mar 2018 16:05:08 +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=