File: disable-failing-memcheck-test.patch

package info (click to toggle)
liferea 1.16.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,768 kB
  • sloc: ansic: 27,181; javascript: 7,673; python: 984; makefile: 662; sh: 76; xml: 16
file content (15 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream-Bug: https://github.com/lwindolf/liferea/issues/1460

Index: liferea/src/tests/Makefile.am
===================================================================
--- liferea.orig/src/tests/Makefile.am
+++ liferea/src/tests/Makefile.am
@@ -3,7 +3,7 @@
 noinst_PROGRAMS = $(TEST_PROGS)
 
 TEST_PROGS     = parse_html parse_uri favicon parse_date parse_rss parse_xml social update
-MEMCHECK_PROGS = $(TEST_PROGS)
+MEMCHECK_PROGS = parse_html parse_uri favicon parse_date parse_rss parse_xml social
 
 test: $(TEST_PROGS)
 	echo $(TEST_PROGS) |\