[webkit-changes] cvs commit: WebKitTools/Scripts run-webkit-tests
Eric
eseidel at opensource.apple.com
Thu Dec 15 18:16:31 PST 2005
eseidel 05/12/15 18:16:31
Modified: . ChangeLog
Scripts run-webkit-tests
Log:
Bug #: none
Submitted by: eseidel
Reviewed by: mjs
Don't run svg test automatically if +SVG is built (yet).
* Scripts/run-webkit-tests:
Revision Changes Path
1.129 +8 -0 WebKitTools/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebKitTools/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 15 Dec 2005 17:42:19 -0000 1.128
+++ ChangeLog 16 Dec 2005 02:16:30 -0000 1.129
@@ -1,3 +1,11 @@
+2005-12-15 Eric Seidel <eseidel at apple.com>
+
+ Reviewed by mjs.
+
+ Don't run svg test automatically if +SVG is built (yet).
+
+ * Scripts/run-webkit-tests:
+
2005-12-15 Darin Adler <darin at apple.com>
* Scripts/run-webkit-tests: Don't run tests in directories named "svg" if SVG
1.38 +0 -2 WebKitTools/Scripts/run-webkit-tests
Index: run-webkit-tests
===================================================================
RCS file: /cvs/root/WebKitTools/Scripts/run-webkit-tests,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- run-webkit-tests 15 Dec 2005 17:42:19 -0000 1.37
+++ run-webkit-tests 16 Dec 2005 02:16:30 -0000 1.38
@@ -113,8 +113,6 @@
my $extensionPart = "-name '*.html' -or -name '*.xml' -or -name '*.xhtml'";
if ($testSVGs) {
$extensionPart = "-name '*.svg' -or -name '*.xml'";
-} elsif ($haveSVGSupport) {
- $extensionPart .= " -or -name '*.svg'";
} else {
$prunePart .= " -or \\( -name svg \\! -prune \\)";
}
More information about the webkit-changes
mailing list