tests/run_tests.bat

Tue, 10 Aug 2010 14:07:03 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 10 Aug 2010 14:07:03 +0100
changeset 3451
6402a9defcdc
parent 808
28d6515f5b7b
permissions
-rw-r--r--

tests/test_util_jid.lua: Better formatting, comments, and stop giving 5 arguments to a 4-argument function (thanks Asterix :) )

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial