tests/run_tests.bat

Sat, 27 Nov 2010 01:30:56 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Nov 2010 01:30:56 +0000
changeset 3643
2dc342a13f35
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial