On Sat, Aug 13, 2016 at 02:19:29PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (kpty): New variable.
> + (arguments > + `(#:tests? #f ; FIXME: 1/1 tests fail. > + #:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'patch-tests > + (lambda _ > + (setenv "CTEST_OUTPUT_ON_FAILURE" "1") Can you add a comment explaining why we set this variable? I'm guessing it enables verbose output of failed tests?