File

tests/run_tests.bat @ 5529:af58eea131b4

moduleapi: module:provides called without an item makes a copy of the environment instead. Fixes warnings about non-existent globals
author Kim Alvefur <zash@zash.se>
date Sat, 27 Apr 2013 19:14:22 +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=