mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
72e415be4c
If any processes remain then they may be stuck in D state and this might tell us why. Update tests: tweak pidof stub, add support for smbd stack traces and add some new tests for the shutdown event. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Mon Oct 10 12:54:24 CEST 2016 on sn-devel-144
13 lines
131 B
Bash
Executable File
13 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "shutdown, simple"
|
|
|
|
setup_samba
|
|
|
|
ok <<EOF
|
|
Stopping smb: OK
|
|
EOF
|
|
simple_test
|