guix package: --manifest DTRT when combined with --dry-run.
authorLudovic Courtès <ludo@gnu.org>
Mon, 25 May 2015 17:33:19 +0000 (19:33 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 25 May 2015 19:34:23 +0000 (21:34 +0200)
commit5f1087c48144e15d9e37d23b559017f9d7e326cd
tree15ebd0f8b3389de2dc22cd0c09870a23c73ef9ed
parent2abcc97fd1867176d5530f988ab34c26530de2c2
guix package: --manifest DTRT when combined with --dry-run.

* guix/scripts/package.scm (guix-package)[process-actions]: Process 'manifest
  action regardless of whether 'dry-run? is set.  Adjust the message
  accordingly.
* tests/guix-package.sh: Add error-reporting test.
guix/scripts/package.scm
tests/guix-package.sh