Force --no-http on Qt/Linux.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17039
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-13 Nikolas Zimmermann <zimmermann@kde.org>
+
+ Reviewed by Eric.
+
+ Force --no-http on Qt/Linux.
+
+ * Scripts/run-webkit-tests:
+
2006-10-13 Kevin McCullough <KMcCullough@apple.com>
Reviewed by Adam.
$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());