tests/run_tests.bat

Thu, 04 Jun 2009 05:54:32 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 04 Jun 2009 05:54:32 +0500
changeset 1301
d10d84f755b5
parent 808
28d6515f5b7b
permissions
-rw-r--r--

sessionmanager: It really is username@host, not host@username :)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial