Merge pull request #13252 from jtattermusch/fix_typo_basictests_dbg

Fix typo in grpc_basictests_dbg
reviewable/pr10684/r1
Jan Tattermusch 7 years ago committed by GitHub
commit 1238cad6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/windows/grpc_basictests_dbg.cfg

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results"
value: "-f basictests windows dbg -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results"
}

Loading…
Cancel
Save