-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltP1Priority 1Priority 1bugbroken, incorrect, or confusing behaviorbroken, incorrect, or confusing behaviorseverity-medium3rd level, incorrect or bad functionality, confusing and lacks a work around3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Description
is there a reason why test.* returns False and exits with bash exit code 0 instead of 1 ?
~ # salt some-minion file.access /var/run/reboot-required f; echo $?
<>:
False
0
~ # salt some-other-minion file.access /var/run/reboot-required f; echo $?
<>:
True
0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltP1Priority 1Priority 1bugbroken, incorrect, or confusing behaviorbroken, incorrect, or confusing behaviorseverity-medium3rd level, incorrect or bad functionality, confusing and lacks a work around3rd level, incorrect or bad functionality, confusing and lacks a work around