File

tests/run_tests.bat @ 2737:2251f8898900

mod_offline: Convert to Unix line endings.
author Waqas Hussain <waqas20@gmail.com>
date Tue, 02 Mar 2010 14:08:32 +0500
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=