summaryrefslogtreecommitdiff
path: root/Tools/Scripts/run-webkit-tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/run-webkit-tests')
-rwxr-xr-xTools/Scripts/run-webkit-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/run-webkit-tests b/Tools/Scripts/run-webkit-tests
index a29029c79..aca8d5dc9 100755
--- a/Tools/Scripts/run-webkit-tests
+++ b/Tools/Scripts/run-webkit-tests
@@ -93,7 +93,7 @@ if (useNewRunWebKitTests()) {
}
if (runningOnBuildBot()) {
- push(@ARGV, "--verbose", "--verbose");
+ push(@ARGV, "--debug-rwt-logging");
}
}