Software /
code /
prosody
File
tests/run_tests.bat @ 3243:dc7131d4e189
mod_auth_internal_hashed: Fixed a traceback in account creation.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 13 Jun 2010 04:07:38 +0500 |
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=