view tests/run_tests.bat @ 5294:87f07dd0bbfb

MUC: Don't reply to errors (thanks iron)
author Kim Alvefur <zash@zash.se>
date Wed, 09 Jan 2013 17:56:40 +0100
parents 28d6515f5b7b
children
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=