ikiwiki: fix test suite in the presence of enabled Git support
This commit is contained in:
parent
af6c1c5ef3
commit
5c924ed7c5
@ -70,6 +70,11 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
# Git needs some help figuring this out during test suite run.
|
||||||
|
export EMAIL="nobody@example.org"
|
||||||
|
'';
|
||||||
|
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user