File: finalizer.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 (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# %TEST-EXEC: btest -t %INPUT
# %TEST-EXEC: test -f finalized

@TEST-EXEC: rm -f ../../finalized

%TEST-START-FILE btest.cfg
[btest]
TmpDir      = .tmp
BaselineDir = Baseline
Finalizer = touch ../../finalized
%TEST-END-FILE