cmake: set CTEST_OUTPUT_ON_FAILURE globally
We should always use this.
This commit is contained in:
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
||||
doCheck = !stdenv.isDarwin;
|
||||
preCheck = ''
|
||||
export LD_LIBRARY_PATH=$(readlink -f ./src)
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user