| Index: tools/chrome_proxy/run_tests
|
| diff --git a/tools/chrome_proxy/run_tests b/tools/chrome_proxy/run_tests
|
| index 6abd3fa5d90b9ed193e319e1f55f9ac9a7ecd008..12e41ddc181bcfecbeabd6154d3b7126b0c3d3cf 100755
|
| --- a/tools/chrome_proxy/run_tests
|
| +++ b/tools/chrome_proxy/run_tests
|
| @@ -11,11 +11,11 @@ This script DOES NOT run benchmarks. run_benchmark does that.
|
| import os
|
| import sys
|
|
|
| -sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
|
| +import chrome_proxy_config
|
|
|
| -from telemetry.testing import unittest_runner
|
| +sys.path.insert(1, chrome_proxy_config.TELEMETRY_DIR)
|
|
|
| -import chrome_proxy_config
|
| +from telemetry.testing import unittest_runner
|
|
|
|
|
| if __name__ == '__main__':
|
|
|