Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-11
2000-11-11 04:27:06 by Martin Nilsson <mani@lysator.liu.se>
a0129c9b207669829d227f4ce6cfa49707ba3188 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Start self test with --self-test
Rev: server/start:1.132
1:
#!/bin/sh #
-
# $Id: start,v 1.
131
2000/
10
/
30
18
:
57
:
56
per
Exp $
+
# $Id: start,v 1.
132
2000/
11
/
11
04
:
27
:
06
nilsson
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
271:
exit 1 fi ;;
+
'--self-test')
+
DEFINES="-DRUN_SELF_TEST $DEFINES"
+
rm -rf "$VARDIR""test_config"
+
cp -R etc/roxen_test/test_config $VARDIR
+
DIR="$VARDIR""test_config"
+
once=1
+
remove_dumped=1
+
;;
'--help'|'-?') sed -e "s/\\.B/`tput 'bold' 2>/dev/null`/g" -e "s/B\\./`tput 'sgr0' 2>/dev/null`/g" << EOF .BThis command will start the Roxen WebServerB..
324:
.B--with-file-profileB.: Like .B--with-profileB., but save information for each and every file.
+
.B--self-testB.: Runs a testsuite.
+
.B--with-keep-aliveB.: Enable keep alive in the HTTP protocol module. This is the default. Some clients might have problems