Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11364128: Fix running WebKit layout tests by not indenting a continuation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698