Software /
code /
prosody
File
tests/run_tests.bat @ 6151:a34a14054532
util.indexedbheap: Fix a possible traceback when removing the last item.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 23 Apr 2014 11:38:34 -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=