File

tests/run_tests.bat @ 4303:9f10476e1af4

COPYING: Update copyright year; it's 2011 already.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 05 Jun 2011 01:51:06 +0500
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=