tests: Include the name of the 'cardinality check' test point in the output

This commit is contained in:
Daniel Shahaf 2019-11-10 11:20:21 +00:00
parent e7d3fbc50b
commit e209cbe61a

View file

@ -178,7 +178,7 @@ run_test_internal() {
details+="have $#expected_region_highlight expectations and $#region_highlight region_highlight entries: "
details+="«$(typeset_p expected_region_highlight)» «$(typeset_p region_highlight)»"
tap_escape $details; details=$REPLY
print -r -- "not ok $i - $details" "${expected_mismatch:+"# TODO ${(qqq)expected_mismatch}"}"
print -r -- "not ok $i - cardinality check" "$details" "${expected_mismatch:+"# TODO ${(qqq)expected_mismatch}"}"
fi
}