openvswitch*: enable RECHECK to rerun failed tests
This commit is contained in:
parent
32c6918ba5
commit
0b871b9fc3
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ in stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
preCheck = ''
|
||||
export TESTSUITEFLAGS="-j$NIX_BUILD_CORES"
|
||||
export RECHECK=yes
|
||||
|
||||
patchShebangs tests/
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue