mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
* Improved logging in the test driver.
* Support subtests. svn path=/nixos/trunk/; revision=25451
This commit is contained in:
parent
f2a0929116
commit
e343a16a36
5 changed files with 229 additions and 88 deletions
|
@ -24,6 +24,7 @@ rec {
|
|||
libDir=$out/lib/perl5/site_perl
|
||||
mkdir -p $libDir
|
||||
cp ${./test-driver/Machine.pm} $libDir/Machine.pm
|
||||
cp ${./test-driver/Logger.pm} $libDir/Logger.pm
|
||||
|
||||
wrapProgram $out/bin/nixos-test-driver \
|
||||
--prefix PATH : "${imagemagick}/bin" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue