mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
ctdb-tests: Do not try to match pstree output in eventd tests
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13520 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
3bf753e830
commit
4152e98c0e
@ -8,7 +8,7 @@ case "$2" in
|
||||
;;
|
||||
|
||||
"verbosetimeout")
|
||||
(pstree $1 ; ctdb-event status random $2) > "$log"
|
||||
(ctdb-event status random $2) > "$log"
|
||||
;;
|
||||
|
||||
"verbosetimeout2")
|
||||
|
@ -15,7 +15,6 @@ simple_test run 5 random verbosetimeout
|
||||
sleep 5
|
||||
|
||||
ok <<EOF
|
||||
02.enabled.scri---sleep
|
||||
01.disabled DISABLED
|
||||
02.enabled TIMEDOUT DATETIME
|
||||
OUTPUT: Sleeping for 99 seconds
|
||||
|
Loading…
x
Reference in New Issue
Block a user