File: skip-use-of-bootstrap-binary

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (15 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Disable test as it uses bootstrap binaries downloaded from the network
when not present, which violates Debian Policy.

Index: guix/tests/build-utils.scm
===================================================================
--- guix.orig/tests/build-utils.scm
+++ guix/tests/build-utils.scm
@@ -94,6 +94,7 @@
                           port
                           cons)))))
 
+(test-skip 1)
 (test-equal "wrap-program, one input, multiple calls"
   "hello world\n"
   (call-with-temporary-directory