]> _ Git - alire.git/commit
Remove unnecessary forced exit from `Alr.Main` (#425)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Tue, 2 Jun 2020 10:23:02 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 10:23:02 +0000 (12:23 +0200)
commitbb8c619f8e093b87a846346bb07372f0bb757bf9
treef143a25b0cb342b923a7bd270e9d5888008d1d1a
parentd20cbe6c6d3da355fc7ab0d5d358a395dbd41727
Remove unnecessary forced exit from `Alr.Main` (#425)

Historically, something was causing an extra empty line in the output of every
command. At some point this has been fixed inadvertently, so we can remove the
forced exit call, which in turn will allow finalization to complete normally,
if it were ever needed.
src/alr/alr-main.adb
testsuite/tests/misc/clean-end/test.py [new file with mode: 0644]
testsuite/tests/misc/clean-end/test.yaml [new file with mode: 0644]