]> _ Git - alire.git/commit
fix: multiple built-in test runners (#1922)
authorAlejandro R Mosteo <amosteo@unizar.es>
Tue, 15 Apr 2025 10:43:01 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 10:43:01 +0000 (12:43 +0200)
commit4b8c44ccc817f5d69155a6b0dfcbb2ecca209a11
treec97485dd26dc59253bdbe4d6097b7c7ffc9ad004
parent601cb3a3aaa183cfc4f2a1a934cb50e36a98ba5b
fix: multiple built-in test runners (#1922)

* fix: wrong dir used when multiple alire test runners

Each run entered the given directory from the previous test runner one rather
than the crate root.

* test
src/alire/alire-test_runner.adb
src/alr/alr-commands-test.adb
testsuite/tests/test/multiple-builtin/test.py [new file with mode: 0644]
testsuite/tests/test/multiple-builtin/test.yaml [new file with mode: 0644]