File

tests/run_tests.bat @ 6783:cd44427c7295

util.helpers: Fix order of functions using each other [fixes 00412b36166f]
author Kim Alvefur <zash@zash.se>
date Tue, 03 Mar 2015 20:27:35 +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=