summaryrefslogtreecommitdiff
path: root/test/integrations
Commit message (Collapse)AuthorAge
* regression: using statements not working properly. Fixed.Josh Rahm2024-10-28
|
* Add system to spec for running integration shell scirpts.Josh Rahm2024-10-09
The spec will recursively go through the test directories and look for `test.sh` files. If it finds one, it will run it. If the script returns 0, then the test passes, otherwise the test fails.