| Index: build/android/buildbot/buildbot_functions.sh
 | 
| ===================================================================
 | 
| --- build/android/buildbot/buildbot_functions.sh	(revision 174370)
 | 
| +++ build/android/buildbot/buildbot_functions.sh	(working copy)
 | 
| @@ -100,7 +100,7 @@
 | 
|    if [[ ${BUILDTYPE} == Release ]]; then
 | 
|      FLAGS="${FLAGS} --release"
 | 
|    fi
 | 
| -  build/android/run_tests.py ${FLAGS} "$@"
 | 
| +  build/android/run_tests.py ${FLAGS} ${EXTRA_RUN_TESTS_FLAGS} "$@"
 | 
|  }
 | 
|  
 | 
|  function bb_compile_setup {
 | 
| @@ -343,7 +343,8 @@
 | 
|      FLAGS="${FLAGS} --release"
 | 
|    fi
 | 
|    bb_run_step python build/android/run_instrumentation_tests.py \
 | 
| -      ${FLAGS} --test-apk ${TEST_APK} -I --test_data ${TEST_DATA}
 | 
| +      ${FLAGS} ${EXTRA_RUN_TESTS_FLAGS} --test-apk ${TEST_APK} -I \
 | 
| +      --test_data ${TEST_DATA}
 | 
|  }
 | 
|  
 | 
|  # Run instrumentation tests for all relevant APKs on device.
 | 
| 
 |