aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-08-28 12:03:38 -0700
committerGravatar Bill Feng <yfen@google.com>2018-08-28 12:03:38 -0700
commit918427237c0bd65f2500c3b0b3ffbd003f100797 (patch)
treeb12a48a06594e15c1445d6f47a11c542eee9ebd6 /tools/run_tests/sanity
parent507c80e3094d46dea5ffb812dddc0dde4553ea43 (diff)
fixed indentation
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/check_qps_scenario_changes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/sanity/check_qps_scenario_changes.py b/tools/run_tests/sanity/check_qps_scenario_changes.py
index 2c34251eaa..35f997a2cb 100755
--- a/tools/run_tests/sanity/check_qps_scenario_changes.py
+++ b/tools/run_tests/sanity/check_qps_scenario_changes.py
@@ -27,7 +27,7 @@ qps_json_driver_bzl = 'test/cpp/qps/qps_json_driver_scenarios.bzl'
json_run_localhost_bzl = 'test/cpp/qps/json_run_localhost_scenarios.bzl'
if qps_json_driver_bzl in output or json_run_localhost_bzl in output:
- print('qps benchmark scenarios have been updated, please commit '
+ print('qps benchmark scenarios have been updated, please commit '
'test/cpp/qps/qps_json_driver_scenarios.bzl and/or '
'test/cpp/qps/json_run_localhost_scenarios.bzl')
- sys.exit(1)
+ sys.exit(1)