tests/run_tests.bat

Tue, 19 Jan 2010 04:35:10 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 19 Jan 2010 04:35:10 +0000
changeset 2469
9e0c0b08f219
parent 808
28d6515f5b7b
permissions
-rw-r--r--

s2smanager: No-one noticed that Prosody stopped sending to/from on stream headers recently? :)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial