Software /
code /
prosody
File
tests/run_tests.bat @ 5977:3f22f0de30f8
Tagging 0.9.3
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Jan 2014 06:17:40 -0500 |
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=