From 4a54e6135bba6bae3273d7e81906ed6d9e14e561 Mon Sep 17 00:00:00 2001 From: rwlbuis Date: Fri, 13 Oct 2006 19:21:31 +0000 Subject: [PATCH] Reviewed by Eric. Force --no-http on Qt/Linux. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17039 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitTools/ChangeLog | 8 ++++++++ WebKitTools/Scripts/run-webkit-tests | 3 +++ 2 files changed, 11 insertions(+) diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index c8c76476e5ad..af87f475bb34 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,11 @@ +2006-10-13 Nikolas Zimmermann + + Reviewed by Eric. + + Force --no-http on Qt/Linux. + + * Scripts/run-webkit-tests: + 2006-10-13 Kevin McCullough Reviewed by Adam. diff --git a/WebKitTools/Scripts/run-webkit-tests b/WebKitTools/Scripts/run-webkit-tests index 195ca26e4690..53cc9df8cc6d 100755 --- a/WebKitTools/Scripts/run-webkit-tests +++ b/WebKitTools/Scripts/run-webkit-tests @@ -169,6 +169,9 @@ $pixelTests = 1 if $repaintTests; $verbose = 1 if $singly; +# Force --no-http for Qt/Linux, for now. +$testHTTP = 0 if isQt(); + my $productDir = productDir(); $productDir .= "/WebKitTools/DumpRenderTree/DumpRenderTree.qtproj" if (isQt()); -- 2.36.0