Software /
code /
prosody
File
tests/run_tests.bat @ 7888:74187ee6ed55
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 12 Feb 2017 15:51:32 +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=