Software /
code /
prosody
File
tests/run_tests.bat @ 6620:50eaefeec013
util-src/*.c: Per convention call luaL_error() as argument to return
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 03 Apr 2015 20:30:14 +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=