tests/run_tests.bat

Tue, 26 Jan 2010 01:49:45 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 26 Jan 2010 01:49:45 +0500
changeset 2499
145d62abdbfc
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_privacy: Reduced a function.

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial