tests/run_tests.bat

Wed, 10 Feb 2010 19:12:43 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 10 Feb 2010 19:12:43 +0000
changeset 2581
1b9f424e695e
parent 808
28d6515f5b7b
permissions
-rw-r--r--

net.server_select: *Major* whitespace refactoring to meet Prosody's coding style guidelines, we now have tabs

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial