diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-02-14 12:20:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-02-14 12:24:57 -0500 |
commit | 318f4a2e9b59083194ac34389a1ca29fce3c969b (patch) | |
tree | 44acd7cf8301c9316597856cf66dc631dcf5956b /eclass | |
parent | app-emacs/undo-tree: add 0.8.1 (diff) | |
download | gentoo-318f4a2e9b59083194ac34389a1ca29fce3c969b.tar.gz gentoo-318f4a2e9b59083194ac34389a1ca29fce3c969b.tar.bz2 gentoo-318f4a2e9b59083194ac34389a1ca29fce3c969b.zip |
eclass/tests/savedconfig.sh: abort when source tests-common.sh fails
Closes: https://bugs.gentoo.org/833342
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/savedconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/savedconfig.sh b/eclass/tests/savedconfig.sh index 7643cf4cc823..16645fc05854 100755 --- a/eclass/tests/savedconfig.sh +++ b/eclass/tests/savedconfig.sh @@ -4,7 +4,7 @@ EAPI=7 -source tests-common.sh +source tests-common.sh || exit inherit savedconfig |