File

tests/run_tests.bat @ 7283:32754b15b28a

Backed out BOSH use of util.async (changeset f0687c313cf1)
author Kim Alvefur <zash@zash.se>
date Thu, 17 Mar 2016 12:46:52 +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=