mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Merge pull request #1187 from tahoe-lafs/3882-flaky-tests
Fix flaky tests on Nix Fixes ticket:3882
This commit is contained in:
commit
971f01f479
0
newsfragments/3882.minor
Normal file
0
newsfragments/3882.minor
Normal file
@ -73,6 +73,7 @@ let
|
|||||||
in
|
in
|
||||||
# Make a derivation that runs the unit test suite.
|
# Make a derivation that runs the unit test suite.
|
||||||
pkgs.runCommand "tahoe-lafs-tests" { } ''
|
pkgs.runCommand "tahoe-lafs-tests" { } ''
|
||||||
|
export TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
|
||||||
${python-env}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
|
${python-env}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
|
||||||
|
|
||||||
# It's not cool to put the whole _trial_temp into $out because it has weird
|
# It's not cool to put the whole _trial_temp into $out because it has weird
|
||||||
|
Loading…
Reference in New Issue
Block a user