We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2382636 + 2ff95a1 commit 8fd2e2eCopy full SHA for 8fd2e2e
container-images/tcib/base/os/tempest/run_tempest.sh
@@ -482,7 +482,7 @@ if [ ${TEMPEST_DEBUG_MODE} == true ]; then
482
sleep infinity
483
fi
484
485
-if [ ! -z ${TEMPEST_EXPECTED_FAILURES_LIST} ]; then
+if [ -s ${TEMPEST_LOGS_DIR}stestr_failing.txt ] && [ -s ${TEMPEST_EXPECTED_FAILURES_LIST} ]; then
486
echo "Failing tests marked as expected failures"
487
grep -Fxf ${TEMPEST_EXPECTED_FAILURES_LIST} ${TEMPEST_LOGS_DIR}stestr_failing.txt
488
if ! grep -Fxv -q -f ${TEMPEST_EXPECTED_FAILURES_LIST} ${TEMPEST_LOGS_DIR}stestr_failing.txt ; then
0 commit comments