[ARVADOS] updated: 1.2.0-41-g14c7bc075
Git user
git at public.curoverse.com
Fri Aug 31 14:26:15 EDT 2018
Summary of changes:
lib/dispatchcloud/azure_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 14c7bc075dcdb8d6594919417b4c1b085b89745b (commit)
from e8baef326a98de0fd14144b1c221bb9c98bc1095 (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 14c7bc075dcdb8d6594919417b4c1b085b89745b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Aug 31 14:24:28 2018 -0400
13964: Tweak test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/lib/dispatchcloud/azure_test.go b/lib/dispatchcloud/azure_test.go
index c23360b32..d5998aae6 100644
--- a/lib/dispatchcloud/azure_test.go
+++ b/lib/dispatchcloud/azure_test.go
@@ -270,7 +270,7 @@ func (*AzureProviderSuite) TestSSH(c *check.C) {
out, err := sess.Output("ls /")
c.Assert(err, check.IsNil)
- log.Printf("%v", out)
+ log.Printf("%v", string(out))
sshclient.Conn.Close()
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list