adjust return code

This commit is contained in:
Ondrej Mejzlik 2024-10-29 13:19:09 +01:00
commit 301e03fccb
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ framework: beakerlib
duration: 5m
enabled: true
tag:
- Tier1
tier: '1'
- Tier2
tier: '2'
component:
- ntpstat
recommend:

View file

@ -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