File: testrules.yml

package info (click to toggle)
libinline-files-perl 0.71-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 617; xml: 12; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# TAP::Harness test rules
# "t\00init.t" should *not* be run in parallel
# ... parallel execution causes file system race conditions and multiple failures
seq:
  - seq:
    # serialize all tests in files matching "t/0*.t"
    - t{\\,/}00init.t
  - par:
    # run all other tests in parallel
    - **