Skip to content

Commit

Permalink
Print warning instead of okay when return values present.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed May 3, 2019
1 parent 736d1a2 commit 038712b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slapsegiii/validation/validate
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ check_segmentation_logs()

check_segmentation_log_errors
if [ $? -ne 0 ]; then
okay 'failure return values present'
warn 'failure return values present'
else
okay
fi
Expand Down Expand Up @@ -791,7 +791,7 @@ check_orientation_logs()

check_orientation_log_errors
if [ $? -ne 0 ]; then
okay 'failure return values present'
warn 'failure return values present'
else
okay
fi
Expand Down

0 comments on commit 038712b

Please sign in to comment.