[ARVADOS] updated: 8b65fac8ea0527dd99dc4c40c6e4579e50ca9de2

git at public.curoverse.com git at public.curoverse.com
Wed Nov 25 13:00:46 EST 2015


Summary of changes:
 services/fuse/tests/mount_test_base.py | 1 +
 1 file changed, 1 insertion(+)

       via  8b65fac8ea0527dd99dc4c40c6e4579e50ca9de2 (commit)
      from  615100bbbff1cd2d97f25bdd948cf9c82b3332af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8b65fac8ea0527dd99dc4c40c6e4579e50ca9de2
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Nov 25 13:06:07 2015 -0500

    7751: Clean up KEEP_LOCAL_STORE env var after tests.
    
    refs #7751

diff --git a/services/fuse/tests/mount_test_base.py b/services/fuse/tests/mount_test_base.py
index 9fb24db..f3c020c 100644
--- a/services/fuse/tests/mount_test_base.py
+++ b/services/fuse/tests/mount_test_base.py
@@ -66,6 +66,7 @@ class MountTestBase(unittest.TestCase):
 
         os.rmdir(self.mounttmp)
         shutil.rmtree(self.keeptmp)
+        os.environ.pop('KEEP_LOCAL_STORE')
         run_test_server.reset()
 
     def assertDirContents(self, subdir, expect_content):

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list