forked from mirrors/nixpkgs
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 a new issue