Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-02
2001-07-02 01:45:36 by Martin Nilsson <mani@lysator.liu.se>
cfdc33212385b719083b73fac01516f1f1d38aef (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Readded the extra kill-mysql-when-running-selftest code.
Rev: server/start:1.170
1:
#!/bin/sh #
-
# $Id: start,v 1.
169
2001/
06
/
30
14
:
04
:
44
mast
Exp $
+
# $Id: start,v 1.
170
2001/
07
/
02
01
:
45
:
36
nilsson
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
126:
ARGS="" setup_for_tests() {
+
# Kill roxen mysql if it's running...
+
if [ -f $VARDIR/test_config/_mysql/mysql_pid ] ; then
+
kill `cat $VARDIR/test_config/_mysql/mysql_pid`
+
fi
self_test=y DEFINES="-DRUN_SELF_TEST $DEFINES" rm -rf $VARDIR/test_config*