File

tests/run_tests.bat @ 6547:2f65de21ff56

certmanager: Make global variable access explicit
author Matthew Wild <mwild1@gmail.com>
date Tue, 20 Jan 2015 11:29:38 +0000
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=