GNU bug report logs -
#42363
[PATCH] gnu: gnunet: Enable some tests.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnunet.scm (gnunet): [arguments] Enable cadet tests.
---
gnu/packages/gnunet.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 72f4d1c12c..979dadbe2e 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -296,17 +296,6 @@ supports HTTP, HTTPS and GnuTLS.")
(add-after 'configure 'remove-failing-tests
;; These tests fail in Guix's building environment.
(lambda _
- (substitute* "src/cadet/Makefile"
- (("test_cadet_2_reopen\\$\\(EXEEXT\\) \\\\\n") "test_cadet_2_reopen$(EXEEXT)")
- (("test_cadet_5_forward\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_signal\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_keepalive\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_speed\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_speed_ack\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_speed_reliable\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_speed_reliable_backwards\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_speed_backwards\\$\\(EXEEXT\\) \\\\\n") "")
- (("test_cadet_5_reopen\\$\\(EXEEXT\\)") ""))
(substitute* "src/transport/Makefile"
(("\\$\\(am__EXEEXT_15\\)") "") ; test_transport_api_https
(("test_transport_api_manipulation_cfg\\$\\(EXEEXT\\) \\\\\n") "")
--
2.27.0
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.