[ARVADOS] updated: 331ffafdb6a080bac50765c4eca15508d52ac0ae

git at public.curoverse.com git at public.curoverse.com
Fri Mar 28 11:56:48 EDT 2014


Summary of changes:
 services/keep/keep_test.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  331ffafdb6a080bac50765c4eca15508d52ac0ae (commit)
      from  82f30795293f8e84fe5b43710938f246d6604119 (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 331ffafdb6a080bac50765c4eca15508d52ac0ae
Author: Tim Pierce <twp at curoverse.com>
Date:   Fri Mar 28 11:56:08 2014 -0400

    Addressing code review comments (refs #2485, refs #2295)
    
    os.Remove(f.Name()) is clearer and less scary than os.Remove(PROC_MOUNTS).

diff --git a/services/keep/keep_test.go b/services/keep/keep_test.go
index 5652026..437e92c 100644
--- a/services/keep/keep_test.go
+++ b/services/keep/keep_test.go
@@ -112,7 +112,7 @@ func TestFindKeepVolumes(t *testing.T) {
 			}
 		}
 
-		os.Remove(PROC_MOUNTS)
+		os.Remove(f.Name())
 	}
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list