Fix verbose output on failed tests
This commit is contained in:
parent
8c5ff38734
commit
b18039a4bf
@ -24,7 +24,9 @@ in
|
||||
cmakeBuildType = "Debug";
|
||||
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
||||
buildFlags = [ "VERBOSE=1" ];
|
||||
checkFlags = [ "CTEST_OUTPUT_ON_FAILURE=1" "ARGS=-V" ];
|
||||
preCheck = ''
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
'';
|
||||
dontStrip = true;
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
Loading…
Reference in New Issue
Block a user