Create directory tree before generating load test examples. (#30453)

PSM examples are created deeper and that may cause an error if the directories are not created before generating the examples.
pull/30404/head
Paulo Castello da Costa 3 years ago committed by GitHub
parent 5bc413b736
commit cf0782bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/performance/loadtest_examples.sh

@ -29,7 +29,7 @@ fi
outputbasedir="${1}"
mkdir -p "${outputbasedir}/templates"
mkdir -p "${outputbasedir}/templates/psm/prebuilt"
example_file() {
local scenario="${1}"

Loading…
Cancel
Save