[ARVADOS] updated: e4f03346d4498a77d252d2ffb08d1e0246785b5e
Git user
git at public.curoverse.com
Thu May 4 13:33:18 EDT 2017
Summary of changes:
services/crunch-run/crunchrun_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e4f03346d4498a77d252d2ffb08d1e0246785b5e (commit)
from f10431fe2de1037c3c0d51d8238cecf6c1206703 (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 e4f03346d4498a77d252d2ffb08d1e0246785b5e
Author: radhika <radhika at curoverse.com>
Date: Thu May 4 13:32:34 2017 -0400
8019: uncomment the test statement
diff --git a/services/crunch-run/crunchrun_test.go b/services/crunch-run/crunchrun_test.go
index e85073e..5bfbf79 100644
--- a/services/crunch-run/crunchrun_test.go
+++ b/services/crunch-run/crunchrun_test.go
@@ -635,7 +635,7 @@ func FullRunHelper(c *C, record string, extraMounts []string, exitCode int, fn f
c.Check(err, IsNil)
c.Check(api.WasSetRunning, Equals, true)
- //c.Check(api.Content[api.Calls-1]["container"].(arvadosclient.Dict)["log"], NotNil)
+ c.Check(api.Content[api.Calls-1]["container"].(arvadosclient.Dict)["log"], NotNil)
if err != nil {
for k, v := range api.Logs {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list