File

tests/run_tests.bat @ 5295:eef393a37e38

prosodyctl: Pop arg items after use. Fixes #306
author Kim Alvefur <zash@zash.se>
date Wed, 09 Jan 2013 20:40:44 +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=