summaryrefslogtreecommitdiffstats
path: root/test/TEST-63-PATH (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Remove old bash test runnerDaan De Meyer2024-12-062-11/+0
| | | | | | We put a timeline of 257 to remove the old bash test runner so since we're about to release 257, let's remove the old bash test runner in favor of the meson + mkosi test runner.
* test: Rename testsuite-XX units to match test nameDaan De Meyer2024-05-1410-0/+49
| | | | | | | Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself.
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* test: make TEST-63 more reliable on slower machinesFrantisek Sumsal2022-08-251-13/+0
| | | | | | | Otherwise we might never hit the trigger limit and wait indefinitely. Found when trying to run the test on an EC2 xen machine without a nested virt in CentOS CI (in preparations for some ... unforseseen consequences).
* test-63: convert to full shell script and generalizeLuca Boccassi2022-08-232-0/+24
Will add more path unit tests later