Change-Id: I5cbe9a0723d7cecc657198fb716e78256c5bbde9
LOG_DETAILS="testing the size of log files"
if [ $(du $TESTDIR/dlog_rotating_file.3 | sed "s#$TESTDIR/dlog_rotating_file.3##g") -eq 16 ]; then ok; else fail; fi # the actual size is one sector more (so 12 -> 16) because the limit is checked after reaching it, not before
+kill $UTIL_PID
+UTIL_PID=-1
+
cmd="dlogutil -t 1 -v "
format="process"
MT_TEST=$!
test_libdlog && ok || fail
+sleep 1
+kill $MT_TEST
+MT_TEST=-1
+
dlogutil -c
SPAWN_CNT=1000