File

tests/run_tests.bat @ 4094:38f3dfe88d4f

prosody: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jan 2011 11:56:15 +0000
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=