Software /
code /
prosody
File
tests/run_tests.bat @ 2336:fb1d9d2444df
Rename closeallservers to closeall in the public API (same as net.server_select) and expose setquitting
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 07 Dec 2009 19:26:50 +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=