File

tests/run_tests.bat @ 2584:5091548a3805

modulemanager: Make the plugin environment available directly (module.environment within plugins).
author Waqas Hussain <waqas20@gmail.com>
date Thu, 11 Feb 2010 05:34:53 +0500
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=