File

tests/run_tests.bat @ 6696:6d717795708a

mod_storage_xep0227: Rename to reflect current naming practices
author Kim Alvefur <zash@zash.se>
date Fri, 15 May 2015 15:14:30 +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=