Skip to content

Commit

Permalink
Fix resolved path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 23, 2014
1 parent 77cd73f commit 629fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatten-test-file-path.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
resolved_content = ""
cmakelists_txt.open do |file|
file.each_line do |line|
resolved_line = line.gsub(/(\$\{MRN_TEST_SUITE_DIR\})(\/\S+)/) do
resolved_line = line.gsub(/(\$\{MRN_TEST_SUITE_DIR\}\/)(\S+)/) do
prefix = $1
components = $2.split("/")
mode = components.first
Expand Down

0 comments on commit 629fe61

Please sign in to comment.