guix-commits
[Top][All Lists]
Advanced

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

01/04: tests: Adjust to new "unbound variable" messages.


From: Ludovic Courtès
Subject: 01/04: tests: Adjust to new "unbound variable" messages.
Date: Fri, 18 May 2018 18:39:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7acdecec9992b81485814f153effdcb097c1e7c4
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 18 15:23:57 2018 +0200

    tests: Adjust to new "unbound variable" messages.
    
    This is a followup to 2d2f98efb36db3f003d950a004806234962b4f4d.
    
    * tests/guix-system.sh: Adjust regexps to match "error:".
---
 tests/guix-system.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index ff9114a..2b94bc0 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -125,9 +125,9 @@ else
     then
        # FIXME: With Guile 2.2.0 the error is reported on line 4.
        # See <http://bugs.gnu.org/26107>.
-       grep "$tmpfile:[49]:[0-9]\+: GRUB-config.*[Uu]nbound variable" 
"$errorfile"
+       grep "$tmpfile:[49]:[0-9]\+:.*GRUB-config.*[Uu]nbound variable" 
"$errorfile"
     else
-       grep "$tmpfile:9:[0-9]\+: GRUB-config.*[Uu]nbound variable" "$errorfile"
+       grep "$tmpfile:9:[0-9]\+:.*GRUB-config.*[Uu]nbound variable" 
"$errorfile"
     fi
 fi
 



reply via email to

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