Skip to content

Commit 7e5e86d

Browse files
committed
Update test output text for better understanding
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 33d6a60 commit 7e5e86d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/check_imagestreams.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ show_all_imagestreams=$(dirname "$(readlink -f "$0")")/../show_all_imagestreams.
88
test $? -eq 1
99
"${PYTHON-python3}" "$check_imagestreams" "2.4"
1010
test $? -eq 0
11-
echo "Check full is output"
11+
12+
echo "This tests check if 'show_all_imagestreams.py' returns proper output"
1213
output=$("${PYTHON-python3}" "$show_all_imagestreams")
1314
test "${output#*"- latest -> 2.4"}" != "$output" && echo "latest found in the output"
1415
test "${output#*"- 2.4 -> registry.redhat.io/rhscl/httpd-24-rhel7"}" != "$output" && echo "2.4 found in the output"

0 commit comments

Comments
 (0)