1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# This is a test of too many runtime sections in a task. version 1.1 task t { runtime {} runtime {} command <<<>>> } # A duplicate task should trigger a single error and then be ignored. task t { runtime {} runtime {} command <<<>>> }