File

tests/run_tests.bat @ 5297:7453245f16e7

mod_presence: Put a timestamp on presence we store for probes
author Kim Alvefur <zash@zash.se>
date Fri, 11 Jan 2013 19:38:29 +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=