12013-01-31 Roger Fong <roger_fong@apple.com>
2
3 Fix test scripts for EWS bots to get them running once and for all.
4 https://bugs.webkit.org/show_bug.cgi?id=108422
5
6 Reviewed by NOBODY (OOPS!).
7
8 Disabling --quiet option on Windows for now because that fails when we try to use /dev/null.
9 runtests.py was not passing in a configuration to run-webkit-tests which causes DRT to build in release by default.
10 However, we build in Debug only on the EWS Windows bots, which caused the build to fail.
11
12 * Scripts/webkitpy/tool/steps/runtests.py:
13 (RunTests.options):
14 (RunTests.run):
15