GNOME Bugzilla – Bug 593563
timeout-test wants to test HTTPS even if SSL support wasn't built
Last modified: 2009-08-31 16:16:45 UTC
Created attachment 142073 [details] [review] Only run HTTPS tests if HAVE_SSL is defined ./configure --disable; make; make check leads to timeout-test: 4 error(s). Run with '-d' for details FAIL: timeout-test running the test with details reveals the problem: $ ./timeout-test -d http async fast slow sync fast slow https async fast FAILED: 6 SSL support not available (expected 200 OK) slow FAILED: 6 SSL support not available (expected 7 Connection terminated unexpectedly) sync fast FAILED: 6 SSL support not available (expected 200 OK) slow FAILED: 6 SSL support not available (expected 7 Connection terminated unexpectedly) timeout-test: 4 error(s). The obvious fix is to test HTTPS only if built with SSL support Best regards
fixed. thanks.