Skip to content

Commit c4c5d62

Browse files
authored
Add initial / to test source file path (#8936)
1 parent d26448e commit c4c5d62

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)