3
0
Fork 0
forked from mirrors/nixpkgs

wrong location for surefire reports

svn path=/nixpkgs/trunk/; revision=23224
This commit is contained in:
Rob Vermaas 2010-08-18 11:48:35 +00:00
parent fa7ec152db
commit e7dd6dcc6a

View file

@ -50,8 +50,8 @@ stdenv.mkDerivation ( rec {
echo "report cobertura $out/cobertura" >> $out/nix-support/hydra-build-products
fi
if [ -d target/target/surefire-reports ] ; then
cp -R target/target/surefire-reports $out/surefire
if [ -d target/surefire-reports ] ; then
cp -R target/surefire-reports $out/surefire
echo "report surefire $out/surefire" >> $out/nix-support/hydra-build-products
fi
'';