File: skip-use-of-bootstrap-binary

package info (click to toggle)
guix 1.4.0%2B154928%2Bf1810-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 269,976 kB
  • sloc: lisp: 1,247,465; cpp: 10,769; javascript: 9,632; sh: 9,607; makefile: 1,103; ansic: 573; python: 78; php: 76; sql: 33; xml: 31; 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