tests/run_tests.bat

Sat, 28 Aug 2010 14:31:48 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 28 Aug 2010 14:31:48 +0100
changeset 3471
482275e38224
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial