tests/run_tests.bat

Thu, 21 Jan 2010 15:07:52 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 21 Jan 2010 15:07:52 +0000
changeset 2484
cf924f587410
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_bosh: Support for cross-domain access control using CORS

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial