File

tests/run_tests.bat @ 5057:1e44678b5de2

util.datamanager: Add missing mode flag to seek call
author Kim Alvefur <zash@zash.se>
date Tue, 31 Jul 2012 08:23:55 +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=