test_librbd_fsx: sleep before exit

This gives the log time to flush to disk.  Kludgey!

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-10-26 11:33:31 -07:00
parent 45946c2fe9
commit 4fb6a00357

View File

@ -400,6 +400,7 @@ report_failure(int status)
}
close(fsxgoodfd);
}
sleep(3); // so the log can flush to disk. KLUDGEY!
exit(status);
}