Software /
code /
prosody
File
tests/run_tests.bat @ 5435:f56e449a63e3
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 05 Apr 2013 19:59:48 +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=