Software /
code /
prosody
File
tests/run_tests.bat @ 5857:8613888d0f9e
util.array: Improve array:reverse() and make it work as both method and non-mutating function
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 06 Oct 2013 23:18:54 +0200 |
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=