summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/opt-no-action-runflags.exp
blob: 33b311228927a5e4c91288f9d93e97d7c18a14fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
begin combined

silent=no always=no ignerr=no
echo running

silent=no always=no ignerr=yes
echo running; false

silent=no always=yes ignerr=no
echo running
running

silent=no always=yes ignerr=yes
echo running; false
running
*** Error code 1 (ignored)

silent=yes always=no ignerr=no
echo running

silent=yes always=no ignerr=yes
echo running; false

silent=yes always=yes ignerr=no
echo running
running

silent=yes always=yes ignerr=yes
echo running; false
running
*** Error code 1 (ignored)

end combined
exit status 0