File: duplicate-selection.test

package info (click to toggle)
btest 0.72-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: python: 2,187; sh: 547; makefile: 165; xml: 12; awk: 1
file content (8 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# %TEST-DOC: Validates that if the same test is requested multiple times, it still only runs once.
#
# %TEST-EXEC: btest -j t t t >>out 2>&1
# %TEST-EXEC: test $(grep -c 't \.\.\. ok' out) = 1

%TEST-START-FILE t
@TEST-EXEC: echo test
%TEST-END-FILE