Software /
code /
prosody
File
tests/run_tests.bat @ 1829:3d0db768be2f
util.encodings: Fixed an issue with cross-module memory deallocation (crashes on some windows versions).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 22 Sep 2009 22:21:15 +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=