Fix running WebKit layout tests by not indenting a continuation.

BUG=

Review URL: https://codereview.chromium.org/11364128

git-svn-id: http://src.chromium.org/svn/trunk/src/build@166440 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
peter@chromium.org 2012-11-07 15:44:55 +00:00
Родитель aff218abd9
Коммит aaf54ef3a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ function bb_run_webkit_layout_tests {
local BUILDNUMBER="$(bb_get_json_prop "$BUILD_PROPERTIES" buildnumber)"
local MASTERNAME="$(bb_get_json_prop "$BUILD_PROPERTIES" mastername)"
local RESULTSERVER=\
"$(bb_get_json_prop "$FACTORY_PROPERTIES" test_results_server)"
"$(bb_get_json_prop "$FACTORY_PROPERTIES" test_results_server)"
bb_run_step python webkit/tools/layout_tests/run_webkit_tests.py \
--no-show-results \