File

tests/run_tests.bat @ 5818:5733a277237a

mod_admin_adhoc: As the only user of set:items(), update... it's now an iterator, and the extra keys() iterator is now unnecessary
author Matthew Wild <mwild1@gmail.com>
date Tue, 03 Sep 2013 12:22:22 +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=