Software /
code /
prosody
File
tests/run_tests.bat @ 5561:52eef11cd8af
util.json: Optimize long string parsing.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 05 May 2013 15:02:33 -0400 |
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=