From 9e3d22c3f549b583eb60c958dd923bf7c5bf4586 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 19 Feb 2014 08:00:10 +0100 Subject: 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 --- autotests/kconfig_compiler/kconfigcompiler_test.h | 1 - 1 file changed, 1 deletion(-) (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.h') 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 -- cgit v1.2.1