[ARVADOS] updated: 1.1.0-110-g7c02cd4

Git user git at public.curoverse.com
Fri Nov 3 14:54:58 EDT 2017


Summary of changes:
 sdk/cli/test/test_arv-keep-get.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7c02cd4b2a226c0e341028379c30fdbad5815d99 (commit)
      from  98e9073e7ca36edbe8dd0569d67405e2e030f8db (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 7c02cd4b2a226c0e341028379c30fdbad5815d99
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Nov 3 14:46:29 2017 -0400

    11220: Fix test setup.
    
    refs #11220
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/sdk/cli/test/test_arv-keep-get.rb b/sdk/cli/test/test_arv-keep-get.rb
index ae66716..2aa1e67 100644
--- a/sdk/cli/test/test_arv-keep-get.rb
+++ b/sdk/cli/test/test_arv-keep-get.rb
@@ -13,7 +13,7 @@ class TestArvKeepGet < Minitest::Test
     end
     @@foo_manifest_locator ||= `echo -n foo | ./bin/arv-put --filename foo --no-progress -`.strip
     @@baz_locator ||= `echo -n baz | ./bin/arv-put --as-raw --no-progress -`.strip
-    @@multilevel_manifest_locator ||= `echo ./foo/bar #{@@baz_locator} 0:3:baz | ./bin/arv-put --as-raw --no-progress -`.strip
+    @@multilevel_manifest_locator ||= `echo -n baz | ./bin/arv-put --filename foo/bar/baz --no-progress -`.strip
   end
 
   def test_no_args

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list