aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/kconfigcompiler_test.h
diff options
context:
space:
mode:
authorAlex Richardson <arichardson.kde@gmail.com>2014-02-19 08:00:10 +0100
committerAlex Richardson <arichardson.kde@gmail.com>2014-02-19 08:00:10 +0100
commit9e3d22c3f549b583eb60c958dd923bf7c5bf4586 (patch)
tree34d3de67d4a1d281f639b2164f79045b8492a89d /autotests/kconfig_compiler/kconfigcompiler_test.h
parent445ca7d9549712b63fb36b8bc866544e16749e21 (diff)
downloadkconfig-9e3d22c3f549b583eb60c958dd923bf7c5bf4586.tar.gz
kconfig-9e3d22c3f549b583eb60c958dd923bf7c5bf4586.tar.bz2
Print the diff to stdout on comparison failure
Previously the output of diff -u was written to a file when the generated file did not match the expectations. Having the output printed to stdout makes it easier to see the exact error without having to know that a diff exists in a certain file somewhere in the build directory. REVIEW: 115832
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.h')
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.h b/autotests/kconfig_compiler/kconfigcompiler_test.h
index 940044a8..3777eaa7 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test.h
+++ b/autotests/kconfig_compiler/kconfigcompiler_test.h
@@ -35,7 +35,6 @@ private:
void appendFileDiff(const QString &oldFile, const QString &newFile);
QString m_diffExe;
- QFile m_diff;
};
#endif