]> _ Git - alire.git/commit
fix: make test actions run only once (#1792)
authorCésar Sagaert <sagaert.cesar@gmail.com>
Mon, 18 Nov 2024 09:07:58 +0000 (10:07 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 09:07:58 +0000 (10:07 +0100)
commitbf498b768e2b8ac11cb28febd37c90a378d58525
tree216d60cc8646927000dc8065ee95f394ad8bb14a
parent15addade351a4e9538304ac1540b25f3e22c7b8c
fix: make test actions run only once (#1792)

Test actions would run once per test action defined, so this problem only became noticeable with more than one test action defined.

* fix: make test actions run once

* feat: log error message on test action fail

* test: ensure actions are run only once
src/alr/alr-commands-test.adb
testsuite/tests/test/action-test/test.py