mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Add missing bullet point when test.md step has image with unknown test filter
This commit is contained in:
parent
ad1a98b85a
commit
e0b4734917
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ bool TestCreator::createMDFile(const QString& directory) {
|
|||
stream << ":";
|
||||
} else {
|
||||
// Fall back to displaying file name
|
||||
stream << "ExpectedImage" << testDescriptor << "_" << QString::number(snapShotIndex).rightJustified(5, '0') << ".png";
|
||||
stream << "- ExpectedImage" << testDescriptor << "_" << QString::number(snapShotIndex).rightJustified(5, '0') << ".png";
|
||||
}
|
||||
stream << "\n";
|
||||
stream << "- .rightJustified(5, '0') << ".png)\n";
|
||||
|
|
Loading…
Reference in a new issue