tests/run_tests.bat

Thu, 10 Dec 2009 01:56:16 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 10 Dec 2009 01:56:16 +0500
changeset 2825
914d7afb8212
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Mainfile: Broke up a really long line.

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial