| Index: build/android/buildbot/buildbot_functions.sh
|
| diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
|
| index 73bec0ad475a1fda0f03aff050b6f1f4f211e51a..782d7a77495bcdf96c1b07782388ed1bb121dda6 100755
|
| --- a/build/android/buildbot/buildbot_functions.sh
|
| +++ b/build/android/buildbot/buildbot_functions.sh
|
| @@ -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 \
|
|
|