diff options
| author | Martin Schwenke <martin@meltin.net> | 2012-09-03 15:37:01 +1000 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2012-10-03 08:48:23 +1000 |
| commit | 2d719e5c84e3f898a992e97992c94a2ffb94e3a0 (patch) | |
| tree | 405ce959a78faa6f6b9a97ebb95b8bf188366f0e /ctdb/tests/scripts | |
| parent | f3ae31e74135c242ad45262596ee6d1d5ac035f5 (diff) | |
| download | samba-2d719e5c84e3f898a992e97992c94a2ffb94e3a0.tar.gz samba-2d719e5c84e3f898a992e97992c94a2ffb94e3a0.tar.xz samba-2d719e5c84e3f898a992e97992c94a2ffb94e3a0.zip | |
eventscripts: Auto-start/stop services in background
If $CTDB_SERVICE_AUTOSTARTSTOP="yes" then service start/stop is done
in the background with logging.
Fix some unit tests for samba and winbind.
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 3a3dae4cb5ec8b4b8381a4013adda25b87641f3a)
Diffstat (limited to 'ctdb/tests/scripts')
| -rw-r--r-- | ctdb/tests/scripts/unit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/scripts/unit.sh b/ctdb/tests/scripts/unit.sh index 6f92d6cb16..b27df45e76 100644 --- a/ctdb/tests/scripts/unit.sh +++ b/ctdb/tests/scripts/unit.sh @@ -49,7 +49,7 @@ result_print () if [ -n "$_extra_header" ] ; then cat <<EOF -================================================== +################################################## $_extra_header EOF fi |
