Software / code / prosody
File
tests/run_tests.bat @ 4163:bbfbdbc5e77e
tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 22 Feb 2011 21:19:00 +0000 |
| 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=