CLI: improved show memory command
This commit is contained in:
parent
8d05432e98
commit
ef89561215
3 changed files with 98 additions and 34 deletions
|
|
@ -314,7 +314,7 @@ sleep 1
|
|||
|
||||
new "Check running subfile not changed"
|
||||
s2=$(stat -c "%Y" $dir/running.d/${subfilename})
|
||||
if [ $s1 -ne $s2 ]; then
|
||||
if [ $s1 -ne $s2 ]; then # XXX Sometimes fails
|
||||
err "Timestamp not changed" "$s1 != $s2"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue