tests/run_tests.sh

Fri, 13 Feb 2009 14:43:12 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 13 Feb 2009 14:43:12 +0000
changeset 795
e27a48e35bbb
parent 362
af21058d565e
permissions
-rwxr-xr-x

Add RunScript command to config to run a Lua script prior to starting the server

#!/bin/sh
rm reports/*.report
lua test.lua $*

mercurial