mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
fix test running
This commit is contained in:
parent
44225ebaf6
commit
96fec4214d
@ -69,8 +69,9 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
|
||||||
|
make test ARGS+="-E testgui --output-on-failure"
|
||||||
'';
|
'';
|
||||||
# make test ARGS+="-E testgui --output-on-failure"
|
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper qttools ];
|
nativeBuildInputs = [ cmake makeWrapper qttools ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user