From: Tamás Nepusz Date: Tue, 15 Jan 2019 14:10:32 +0000 (+0000) Subject: Skip prints in test suite which cause failure X-Git-Tag: archive/raspbian/0.8.2+ds-1+rpi1~1^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=575c06402e881e840fb2c69028f8328b668de6b4;p=igraph.git Skip prints in test suite which cause failure Last-Update: Tue, 15 Jan 2019 13:08:35 +0000 (UTC) Origin: https://github.com/igraph/igraph/issues/1107#issuecomment-450881345 Bug-Debian: https://bugs.debian.org/902760 Gbp-Pq: Name skip_issue_in_test_suite.patch --- diff --git a/examples/simple/igraph_arpack_rnsolve.c b/examples/simple/igraph_arpack_rnsolve.c index 3141426..df33b11 100644 --- a/examples/simple/igraph_arpack_rnsolve.c +++ b/examples/simple/igraph_arpack_rnsolve.c @@ -167,11 +167,6 @@ int main() { print_debug_output(&values, &vectors); } - igraph_matrix_print(&values); - printf("---\n"); - igraph_matrix_print(&vectors); - printf("---\n"); - /* -------------- */ options.nev=3;