Software /
code /
prosody
File
tests/run_tests.bat @ 3207:b350d9753804
mod_auth_internal_hashed: Store stored_key and server_key when setting a password.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Tue, 08 Jun 2010 14:54:47 +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=