Software /
code /
prosody
File
tests/run_tests.bat @ 1572:1b87dfb76caa
ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and binaries, and atoms enclosed in single quotes
author | Sergei Golovan |
---|---|
date | Thu, 23 Jul 2009 01:38:13 +0100 |
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=