tests/run_tests.bat

Mon, 30 Mar 2009 20:04:11 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 30 Mar 2009 20:04:11 +0100
changeset 940
776cb8c847c5
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Move SSL initialisation into the correct spot (thanks albert)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial