Software /
code /
prosody
File
tests/run_tests.bat @ 5794:66c3ad5d29ad
util.async: Fix logic bug that prevented error watcher being called for runners
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 13 Aug 2013 19:23:00 +0100 |
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=