From: Sage Weil Date: Thu, 14 Feb 2013 20:36:12 +0000 (-0800) Subject: test/filestore/chain_xattr: remove testfile; disable LOGFILE X-Git-Tag: v0.58~64 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93bfb3612a5e7f4b2c64b62fee3eb956331a0815;p=ceph.git test/filestore/chain_xattr: remove testfile; disable LOGFILE These make the gitbuilder checks unhappy. Signed-off-by: Sage Weil --- diff --git a/src/test/filestore/chain_xattr.cc b/src/test/filestore/chain_xattr.cc index e203ab94c6ca..8346c02b2b16 100644 --- a/src/test/filestore/chain_xattr.cc +++ b/src/test/filestore/chain_xattr.cc @@ -181,6 +181,8 @@ TEST(chain_xattr, listxattr) { ASSERT_EQ(0, chain_removexattr(file, name1.c_str())); ASSERT_EQ(0, chain_removexattr(file, name2.c_str())); + + ::unlink(file); } int main(int argc, char **argv) { @@ -189,7 +191,6 @@ int main(int argc, char **argv) { global_init(NULL, args, CEPH_ENTITY_TYPE_CLIENT, CODE_ENVIRONMENT_UTILITY, 0); common_init_finish(g_ceph_context); - g_ceph_context->_conf->set_val("log_file", "LOGFILE"); g_ceph_context->_conf->set_val("err_to_stderr", "false"); g_ceph_context->_conf->set_val("log_to_stderr", "false"); g_ceph_context->_conf->apply_changes(NULL);