File

tests/run_tests.bat @ 6425:436a670a0189

mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178
author Kim Alvefur <zash@zash.se>
date Tue, 23 Sep 2014 19:29:14 +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=