ensure nix-support dir before running tests
svn path=/nixos/trunk/; revision=18938
This commit is contained in:
parent
1dfab1d7ea
commit
243bc84f08
@ -129,6 +129,7 @@ rec {
|
|||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp ${./test-driver/Machine.pm} Machine.pm
|
cp ${./test-driver/Machine.pm} Machine.pm
|
||||||
|
ensureDir $out/nix-support
|
||||||
|
|
||||||
${perl}/bin/perl ${./test-driver/test-driver.pl} ${network}/vms/*/bin/run-*-vm
|
${perl}/bin/perl ${./test-driver/test-driver.pl} ${network}/vms/*/bin/run-*-vm
|
||||||
|
|
||||||
@ -138,7 +139,6 @@ rec {
|
|||||||
done
|
done
|
||||||
|
|
||||||
for i in $out/*.png; do
|
for i in $out/*.png; do
|
||||||
ensureDir $out/nix-support
|
|
||||||
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
|
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
|
||||||
done
|
done
|
||||||
''; # */
|
''; # */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user