[ARVADOS] updated: 2.1.0-2466-g731c5e81f
Git user
git at public.arvados.org
Tue May 17 18:03:29 UTC 2022
Summary of changes:
lib/crunchrun/integration_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 731c5e81f5aedc82d03786670610bde68bba27c7 (commit)
from d6497b0fc0464447d6b753809807a1d11d511e50 (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 731c5e81f5aedc82d03786670610bde68bba27c7
Author: Tom Clegg <tom at curii.com>
Date: Tue May 17 14:02:46 2022 -0400
15370: Fix test.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/crunchrun/integration_test.go b/lib/crunchrun/integration_test.go
index 0b139dd97..ff2165338 100644
--- a/lib/crunchrun/integration_test.go
+++ b/lib/crunchrun/integration_test.go
@@ -51,7 +51,7 @@ func (s *integrationSuite) SetUpSuite(c *C) {
arvadostest.StartKeep(2, true)
- out, err := exec.Command("docker", "load", "--input", busyboxDockerImage(c)).CombinedOutput()
+ out, err := exec.Command("docker", "load", "--input", arvadostest.BusyboxDockerImage(c)).CombinedOutput()
c.Log(string(out))
c.Assert(err, IsNil)
out, err = exec.Command("arv-keepdocker", "--no-resume", "busybox:uclibc").Output()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list