Software /
code /
prosody
File
tests/run_tests.bat @ 5609:f12d1c03dd94
test_util_rfc6724: Update with new test vectors from RFC 6724
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 20 May 2013 00:28:02 +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=