aboutsummaryrefslogtreecommitdiff
path: root/tests/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Shorten workspace names and pathsJoseph Hunkeler2024-11-131-1/+1
|
* Use built in method for "if file size is greater than zero" checkJoseph Hunkeler2024-11-111-1/+1
|
* Change PREFIX to INSTALL_DIRJoseph Hunkeler2024-11-111-5/+5
| | | | * Conda uses PREFIX (or can use it) so it's better to avoid overriding it.
* Squelch shell's pushd/popd commandsJoseph Hunkeler2024-11-021-0/+8
|
* Change default RT workspace directory pathJoseph Hunkeler2024-11-011-1/+1
|
* Tests: Force the removal of podman containersJoseph Hunkeler2024-11-011-1/+11
|
* 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