Software /
code /
prosody
File
tests/run_tests.bat @ 7039:138241cc1b3a
util.events: Document data structures
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 23 Dec 2015 11:17:26 +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=