File

tests/run_tests.bat @ 6355:c2d144d3f8dd

util.xmppstream: Don't include empty stream ID in stream header (got here from mod_c2s)
author Kim Alvefur <zash@zash.se>
date Wed, 27 Aug 2014 13:00:04 +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=