tests/run_tests.bat

Thu, 17 Dec 2009 16:52:39 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 17 Dec 2009 16:52:39 +0000
changeset 2366
c3a364342cb4
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial