5.7.0 release
This commit is contained in:
parent
0adeae64df
commit
cca8c88ec1
3 changed files with 17 additions and 5 deletions
|
|
@ -141,6 +141,12 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
new "Ensure no zombies before test"
|
||||
retx=$(ps aux| grep clixon | grep defunc | grep -v grep)
|
||||
if [ -n "$retx" ]; then
|
||||
err "No zombie process before test" "$retx"
|
||||
fi
|
||||
|
||||
# FIRST usecase
|
||||
|
||||
new "FIRST usecase: Empty status message"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue