Software /
code /
prosody
File
tests/run_tests.bat @ 5792:aac4c6147647
util.async: waiter: Remove restriction about wait() being called before done()
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 12 Aug 2013 12:08:51 +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=