Skip to content
Snippets Groups Projects
Commit 90fd6fbb authored by Ralf Mueller's avatar Ralf Mueller
Browse files

add comment on parallel execution

parent bfaed4f8
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,7 @@ task :par do |t|
taskList = ARGV
dbg(taskList)
# execute tasks in parallel
Parallel.map(taskList) {|t|
sh "xterm -hold -e 'rake #{t}' "
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment