[ARVADOS] updated: cbc54fdb06a96a54760c7e2bdd47e92be8f212f6
Git user
git at public.curoverse.com
Thu May 12 09:10:44 EDT 2016
Summary of changes:
services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via cbc54fdb06a96a54760c7e2bdd47e92be8f212f6 (commit)
from 88d5c6563ce416c58817d6268d1f6791437e44e9 (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 cbc54fdb06a96a54760c7e2bdd47e92be8f212f6
Author: Tom Clegg <tom at curoverse.com>
Date: Thu May 12 09:08:14 2016 -0400
8128: Fix flaky test: pipe the "echo UUID" script to sh, not to "echo UUID".
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
index fe4cba6..3dfb7d5 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
@@ -77,7 +77,7 @@ func (s *TestSuite) Test_doMain(c *C) {
}(sbatchCmd)
sbatchCmd = func(container Container) *exec.Cmd {
sbatchCmdLine = sbatchFunc(container).Args
- return exec.Command("echo", container.UUID)
+ return exec.Command("sh")
}
// Override striggerCmd
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list