guix-devel/guix/build
Christopher Baines 0d354666d3
ruby-build-system: Error or return #t from all phases.
Previously, if the tests didn't pass, the check phase would evaluate to #f,
but the package would be built sucessfully. This changes all the phases to
raise exceptions if errors are encountered, and return #t otherwise.

This involves using invoke rather than system*, so that exceptions are raised
if the program exits with a status other than 0, and also returning #t at the
end of functions.

* gnu/build/ruby-build-system.scm (unpack): Use invoke rather than system*,
and return #t at the end.
(build, check): Use invoke rather than system*.
(install): Remove the use of "and", and rewrite the error handling to raise an
exception.
(wrap): Return #t.
2018-07-15 22:19:39 +01:00
..
android-ndk-build-system.scm
ant-build-system.scm gnu: java: Return #t from all phases and snippets. 2018-06-28 03:55:37 -04:00
asdf-build-system.scm
bournish.scm
cargo-build-system.scm
cmake-build-system.scm
compile.scm compile: Work around non-thread-safe module autoloading. 2018-06-18 23:19:51 +02:00
cvs.scm
download-nar.scm
download.scm
dub-build-system.scm
emacs-build-system.scm
emacs-utils.scm
font-build-system.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm
gnu-dist.scm
go-build-system.scm
graft.scm
gremlin.scm
haskell-build-system.scm build-system/haskell: Make phases fail on error. 2018-07-11 02:45:53 +02:00
hg.scm
java-utils.scm gnu: java: Return #t from all phases and snippets. 2018-06-28 03:55:37 -04:00
lisp-utils.scm
make-bootstrap.scm
meson-build-system.scm meson-build-system: Return #t from all phases. 2018-06-28 03:55:34 -04:00
minify-build-system.scm
ocaml-build-system.scm
perl-build-system.scm
profiles.scm profiles: Factorize 'manifest-search-paths'. 2018-07-11 00:52:36 +02:00
pull.scm
python-build-system.scm
qt-utils.scm
r-build-system.scm build-system/r: Use invoke. 2018-05-31 13:24:17 +02:00
rpath.scm
ruby-build-system.scm ruby-build-system: Error or return #t from all phases. 2018-07-15 22:19:39 +01:00
scons-build-system.scm
store-copy.scm database: Add 'register-items'. 2018-06-14 11:17:00 +02:00
svn.scm
syscalls.scm syscalls: Define AT_SYMLINK_NOFOLLOW et al. 2018-07-03 17:50:04 +02:00
texlive-build-system.scm
union.scm
utils.scm
waf-build-system.scm build-system/waf: Use invoke. 2018-06-19 10:48:14 +02:00