Skip to content

Commit e4199b0

Browse files
committed
Fix testing locally
The file lives in tasks and the projects are in the root folder.
1 parent f30d48c commit e4199b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/testing.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def subproject_task(project, task, title: project, task_name: nil)
1111
task_name ||= "#{task}:#{project}"
1212
task task_name do
1313
print_title(title)
14-
Dir.chdir("#{File.dirname(__FILE__)}/#{project}") do
14+
Dir.chdir(project) do
1515
sh "rake #{task}"
1616
end
1717
end

0 commit comments

Comments
 (0)