mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
aefcf6d385
When a test fails, the script returns immediately and kill_daemon function is called to cleanup. It is quite verbose and requires scrolling hundreds of lines back to find the actual error message. Turn off the shell trace to reduce the verbosity and improve error output readability. The kill_daemon cannot just turn off set -x because it may be called by a test, not just at the end of the run. Instead the kill_daemon function checks if tracing is activated and temporarily disables it. Also get rid of the find standard error that commonly happens when kill_daemon is called to verify there are no leftovers and the test directory does not exist. Signed-off-by: Loic Dachary <ldachary@redhat.com> |
||
---|---|---|
.. | ||
caps | ||
ceph-deploy | ||
cephtool | ||
cls | ||
direct_io | ||
erasure-code | ||
filestore | ||
fs | ||
hadoop | ||
libcephfs | ||
libcephfs-java | ||
mon | ||
osdc | ||
rados | ||
rbd | ||
rename | ||
rest | ||
restart | ||
rgw | ||
snaps | ||
suites | ||
ceph-helpers.sh | ||
false.sh | ||
kernel_untar_build.sh | ||
Makefile | ||
post-file.sh | ||
true.sh |