Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2018-04-03
2018-04-03 13:11:47 by Karl Gustav Sterneberg <kg@roxen.com>
7372564b9e913a95c131531c3041de58460bfa82 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
kg/WS-168-webdav
Add test module path when running self tests.
1:
#!/bin/sh #
-
#
$Id: start,v 1.243 2012/01/17 10:52:44 grubba Exp $
+
#
$Id$
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
185:
fi self_test=y DEFINES="-DRUN_SELF_TEST -DSELF_TEST_DIR=\"$SELF_TEST_DIR\" $DEFINES"
+
DEFINES="$DEFINES \"-M$roxendir/etc/test/modules\""
rm -rf "$VARDIR/test_config"* DIR="$VARDIR/test_config" if [ -f "$SELF_TEST_DIR/scripts/setup.pike" ] ; then