tests/run_tests.bat

Tue, 20 Oct 2009 13:25:29 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 20 Oct 2009 13:25:29 +0100
changeset 2023
a3bf6cb12752
parent 808
28d6515f5b7b
permissions
-rw-r--r--

prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't look for a nil global

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial