guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Update the valid-systems test


From: Christopher Baines
Subject: branch master updated: Update the valid-systems test
Date: Mon, 20 Apr 2020 03:59:27 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 4f7eca2  Update the valid-systems test
4f7eca2 is described below

commit 4f7eca24909a438c2b40740244bf793a0eab0473
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Apr 20 08:59:10 2020 +0100

    Update the valid-systems test
---
 tests/model-derivation.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/model-derivation.scm b/tests/model-derivation.scm
index c396c84..0e9f97b 100644
--- a/tests/model-derivation.scm
+++ b/tests/model-derivation.scm
@@ -11,7 +11,8 @@
    (check-test-database! conn)
 
    (test-equal "valid-systems"
-     '("aarch64-linux" "armhf-linux" "i686-linux" "mips64el-linux" 
"x86_64-linux")
+     '("aarch64-linux" "armhf-linux" "i586-gnu"
+       "i686-linux" "mips64el-linux" "x86_64-linux")
      (valid-systems conn))
 
    (test-equal "count-derivations"



reply via email to

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