xref: /netbsd/src/usr.bin/make/unit-tests/opt-no-action-runflags.exp
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1begin combined
2
3silent=no always=no ignerr=no
4echo running
5
6silent=no always=no ignerr=yes
7echo running; false
8
9silent=no always=yes ignerr=no
10echo running
11running
12
13silent=no always=yes ignerr=yes
14echo running; false
15running
16*** Error code 1 (ignored)
17
18silent=yes always=no ignerr=no
19echo running
20
21silent=yes always=no ignerr=yes
22echo running; false
23
24silent=yes always=yes ignerr=no
25echo running
26running
27
28silent=yes always=yes ignerr=yes
29echo running; false
30running
31*** Error code 1 (ignored)
32
33end combined
34exit status 0
35

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026