git-annex: work around test suite race condition w/ tasty-1.5.4
This commit is contained in:
@@ -722,6 +722,13 @@ with haskellLib;
|
||||
--replace-fail 'InstallDesktopFile $(PREFIX)/bin/git-annex' \
|
||||
'InstallDesktopFile git-annex'
|
||||
'';
|
||||
|
||||
# Work around race condition in test suite exposed by tasty-1.5.4
|
||||
# TODO(@sternenseemann): make testFlags arg usable with git-annex
|
||||
preCheck = ''
|
||||
${drv.preCheck or ""}
|
||||
appendToVar checkFlags -j1
|
||||
'';
|
||||
}))
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user