Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-24
2009-03-24 12:28:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d1ccf9e407fdc451dd755d787cb75375ed5f8b84 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed issue with too high debug level for --self-test-quiet.
Rev: server/start:1.233
1:
#!/bin/sh #
-
# $Id: start,v 1.
232
2009/
01
/
09
12:
41
:
08
mast
Exp $
+
# $Id: start,v 1.
233
2009/
03
/
24
12:
28
:
58
grubba
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
376:
setup_for_tests ;; '--self-test-quiet')
-
debug=-1
+
SILENT_START=y do_pipe="| grep ' |'" setup_for_tests
-
+
debug=-1
;; '--self-test-verbose') pass="$pass --tests-verbose=1"