8000 Add initial / to test source file path (#8936) · DataDog/dd-trace-java@e7792ee · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit e7792ee

Browse files
sarahchen6sezen-datadog
authored andcommitted
Add initial / to test source file path (#8936)
1 parent 1dde42a commit e7792ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/collect_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function get_source_file () {
3535
fi
3636
done
3737
done < <(grep -rl "class $class" "$file_path")
38-
file_path="$common_root"
38+
file_path="/$common_root"
3939
fi
4040
}
4141

0 commit comments

Comments
 (0)
0