We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb77cf commit 1759f83Copy full SHA for 1759f83
2 files changed
makespec/BUILDVERSION
@@ -1 +1 @@
1
-277
+278
src/core/testcase.cpp
@@ -118,7 +118,7 @@ int TestCase::writeToJson(QJsonObject &out) {
118
119
QStringList outputFiles = this->outputFiles;
120
121
- for (auto &filename : inputFiles) {
+ for (auto &filename : outputFiles) {
122
filename.replace(QDir::separator(), '/');
123
}
124
0 commit comments