Software /
code /
prosody
File
tests/run_tests.bat @ 2162:22b6b1899a55
net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 24 Nov 2009 14:37:14 +0500 |
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=