We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30d48c commit e4199b0Copy full SHA for e4199b0
tasks/testing.rake
@@ -11,7 +11,7 @@ def subproject_task(project, task, title: project, task_name: nil)
11
task_name ||= "#{task}:#{project}"
12
task task_name do
13
print_title(title)
14
- Dir.chdir("#{File.dirname(__FILE__)}/#{project}") do
+ Dir.chdir(project) do
15
sh "rake #{task}"
16
end
17
0 commit comments