We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f45a8 commit 326d5bcCopy full SHA for 326d5bc
1 file changed
.circleci/collect_results.sh
@@ -21,7 +21,7 @@ fi
21
22
function get_source_file () {
23
file_path="${RESULT_XML_FILE%%"/build"*}"
24
- file_path="${file_path/#"$WORKSPACE_DIR"\//}/src"
+ file_path="/${file_path/#"$WORKSPACE_DIR"\//}/src"
25
if ! [[ $RESULT_XML_FILE == *"#"* ]]; then
26
class="${RESULT_XML_FILE%.xml}"
27
class="${class##*"TEST-"}"
@@ -35,7 +35,7 @@ function get_source_file () {
35
fi
36
done
37
done < <(grep -rl "class $class" "$file_path")
38
- file_path="/$common_root"
+ file_path="$common_root"
39
40
}
41
0 commit comments