Software /
code /
prosody
File
tests/run_tests.bat @ 7550:8c2bc1b6d84a
net.server_epoll: Remove last traces of code for bypassing buffering on writable sockets
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Aug 2016 20:47:40 +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=