guix-commits
[Top][All Lists]
Advanced

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

01/07: tests: Adjust '--with-commit' test.


From: guix-commits
Subject: 01/07: tests: Adjust '--with-commit' test.
Date: Wed, 4 Sep 2019 07:02:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3c82f1254116be2a9216b7c7e5e8c001ff486270
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 4 12:24:59 2019 +0200

    tests: Adjust '--with-commit' test.
    
    This is a followup to 4d04bc50d2df32be326e0f48f378dc581f873989.
    
    * tests/guix-build-branch.sh: Expect "v0.1.0" to lead to
    "guile-gcrypt-0.1.0".
---
 tests/guix-build-branch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-build-branch.sh b/tests/guix-build-branch.sh
index 3d2a7dd..2556a0c 100644
--- a/tests/guix-build-branch.sh
+++ b/tests/guix-build-branch.sh
@@ -53,7 +53,7 @@ test "$v0_1_0_drv" != "$latest_drv"
 test "$v0_1_0_drv" != "$orig_drv"
 
 v0_1_0_drv="`guix build guix --with-commit=guile-gcrypt=v0.1.0 -d`"
-guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-git.v0.1.0
+guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-0.1.0
 guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-9e3eacd
 test "$v0_1_0_drv" != "$latest_drv"
 test "$v0_1_0_drv" != "$orig_drv"



reply via email to

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