guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: containerd: Enable tests.


From: guix-commits
Subject: 01/02: gnu: containerd: Enable tests.
Date: Mon, 7 Jan 2019 13:13:54 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 54891e850acc0c2623ed5f69f6fdfe843d098734
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 7 19:12:14 2019 +0100

    gnu: containerd: Enable tests.
    
    * gnu/packages/docker.scm (containerd)[arguments]: Remove #:tests?.
---
 gnu/packages/docker.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index ee729f7..5ef7617 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -165,7 +165,6 @@ Python without keeping their credentials in a Docker 
configuration file.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/containerd/containerd"
-       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'chdir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]