mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Fixing some of Veracity tests
svn path=/nixpkgs/trunk/; revision=29187
This commit is contained in:
parent
8351a946d2
commit
90d89bfe68
@ -31,7 +31,8 @@ rec {
|
||||
mkdir pseudo-home
|
||||
export HOME=$PWD/pseudo-home
|
||||
export LC_ALL=en_US.UTF-8
|
||||
${if a.stdenv.isLinux then "export LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale-archive;" else ""}
|
||||
export LANG=en_US.UTF-8
|
||||
${if a.stdenv.isLinux then "export LOCALE_ARCHIVE=${a.glibcLocales}/lib/locale/locale-archive;" else ""}
|
||||
make test || true
|
||||
'' else "") ["doMake" "minInit"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user