We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2234c09 commit 9fc93a4Copy full SHA for 9fc93a4
tools/ci/circle/script
@@ -399,7 +399,7 @@ run_tests() {
399
path="${test#${base_dir}/}"
400
401
# Slugify the path (basic algorithm):
402
- slug="$(echo ${path} | sed -e 's/[^[:alnum:]]/_/g' | tr -s '-' | tr A-Z a-z)"
+ slug="$(echo ${path} | sed -e 's/[^[:alnum:]]/_/g' | tr -s '-' | tr '[:upper:]' '[:lower:]')"
403
404
# Define the output log file path:
405
log_file="$2/test-results.${slug}.xml"
0 commit comments