We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50514bd commit 5c78b8dCopy full SHA for 5c78b8d
operator/src/main/resources/scripts/utils.sh
@@ -715,7 +715,7 @@ function checkAuxiliaryImage() {
715
rm -f ${AUXILIARY_IMAGE_PATH}/testaccess.tmp || return 1
716
717
# The container .out files embed their container name, the names will sort in the same order in which the containers ran
718
- out_files=$(set -o pipefail ; ls -1 $AUXILIARY_IMAGE_PATH/auxiliaryImageLogs/*.out 2>1 | sort --version-sort) \
+ out_files=$(set -o pipefail ; ls -1 $AUXILIARY_IMAGE_PATH/auxiliaryImageLogs/*.out 2>&1 | sort --version-sort) \
719
|| (trace SEVERE "Auxiliary Image: Assertion failure. No files found in '$AUXILIARY_IMAGE_PATH/auxiliaryImageLogs/*.out" \
720
&& return 1)
721
severe_found=false
0 commit comments