File

tests/run_tests.bat @ 6057:a3d7b8f4d9c7

mod_compression: Use get_child() and get_child_text()
author Kim Alvefur <zash@zash.se>
date Thu, 03 Apr 2014 23:40:20 +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=