guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: autojump: Fix failing tests.


From: Eric Bavier
Subject: 02/02: gnu: autojump: Fix failing tests.
Date: Wed, 31 Aug 2016 05:47:59 +0000 (UTC)

bavier pushed a commit to branch master
in repository guix.

commit 0c4520d686915ca1455405d7a4af69e0f170c40d
Author: Eric Bavier <address@hidden>
Date:   Wed Aug 31 00:43:09 2016 -0500

    gnu: autojump: Fix failing tests.
    
    This is a followup to 1d33b9e; test script was moved in upgrade to
    version 22.3.4.
    
    * gnu/packages/admin.scm (autojump)[arguments]: Adjust unit test script
    file name.
---
 gnu/packages/admin.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 05c2895..474c0d7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1415,7 +1415,7 @@ limits.")
                   (replace 'check
                     (lambda _
                       (zero?
-                       (system* "python" "tests/autojump_utils_test.py"))))
+                       (system* "python" 
"tests/unit/autojump_utils_test.py"))))
                   (replace 'install
                     ;; The install.py script doesn't allow system installation
                     ;; into an arbitrary prefix, so do our own install.



reply via email to

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