File

tests/run_tests.bat @ 7190:7a14ea196db3

prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
author Kim Alvefur <zash@zash.se>
date Wed, 24 Feb 2016 11:15:27 +0100
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=