Skip to content

Commit

Permalink
Die on failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HackingM committed Feb 12, 2020
1 parent 1458ee6 commit 778aade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gentoo/app-portage/gentoolbox/gentoolbox-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ python_install_all() {
}

python_test() {
PORTDIR_OVERLAY="$(realpath tests/overlay)" "${EPYTHON}" -m unittest discover -v
"${EPYTHON}" -m unittest discover -v || die "Tests failed"
}

0 comments on commit 778aade

Please sign in to comment.