Make the generated file buildifier format compatible

pull/20885/head
Lidi Zheng 5 years ago
parent 202a02341f
commit 02f558e57a
  1. 2
      test/cpp/qps/json_run_localhost_scenarios.bzl
  2. 2
      test/cpp/qps/qps_json_driver_scenarios.bzl
  3. 1
      tools/run_tests/sanity/check_qps_scenario_changes.py

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -21,6 +21,7 @@ import subprocess
os.chdir(os.path.join(os.path.dirname(sys.argv[0]), '../../../test/cpp/qps'))
subprocess.call(['./json_run_localhost_scenario_gen.py'])
subprocess.call(['./qps_json_driver_scenario_gen.py'])
subprocess.call(['buildifier', '-v', '-r', '.'])
output = subprocess.check_output(['git', 'status', '--porcelain'])
qps_json_driver_bzl = 'test/cpp/qps/qps_json_driver_scenarios.bzl'

Loading…
Cancel
Save