Software /
code /
prosody
File
tests/run_tests.bat @ 7691:a5ad858f3a93
net.server_epoll: Check that connection still exists after callback, fixes traceback when closed
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Oct 2016 21:48:53 +0200 |
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=