File

tests/run_tests.bat @ 3205:2dcd826bbbc6

mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted hashed password.
author Tobias Markmann <tm@ayena.de>
date Tue, 08 Jun 2010 10:47:55 +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=