aboutsummaryrefslogtreecommitdiff
path: root/tests/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Implement missing SKIP conditionsJoseph Hunkeler2024-10-301-7/+17
| | | | | * The not (bang) overrides the return code. Split the command from the if-statement to obtain the real code, not just true/false * Print the last n lines of the log only when there's something to print
* Implement a runner (run_command) and generate a summary (run_summary) when ↵Joseph Hunkeler2024-10-301-2/+72
| | | | the script ends
* Exposes TOPDIR and TEST_DATA variables to test script(s)Joseph Hunkeler2024-10-301-1/+2
|
* Add environment setup script to test directoryJoseph Hunkeler2024-10-281-0/+186