adjust return code
This commit is contained in:
parent
df4a512215
commit
301e03fccb
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ framework: beakerlib
|
|||
duration: 5m
|
||||
enabled: true
|
||||
tag:
|
||||
- Tier1
|
||||
tier: '1'
|
||||
- Tier2
|
||||
tier: '2'
|
||||
component:
|
||||
- ntpstat
|
||||
recommend:
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ rlJournalStart
|
|||
rlRun "timeout 3 man $PACKAGE" 0,16,124 "Check existence of man pages"
|
||||
for f in $(rpm -ql $PACKAGE | grep 'bin/'); do
|
||||
echo "$f"
|
||||
rlRun "ntpstat" 0 "Run ntpstat"
|
||||
rlRun "ntpstat" 0,1 "Run ntpstat"
|
||||
rlRun "$f -h" 0 "Check help response"
|
||||
rlRun "timeout 3 man $f " 0,16,124 "Check man pages"
|
||||
if [ -x $f ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue