Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten workspace names and paths | Joseph Hunkeler | 2024-11-13 | 1 | -1/+1 |
| | |||||
* | Use built in method for "if file size is greater than zero" check | Joseph Hunkeler | 2024-11-11 | 1 | -1/+1 |
| | |||||
* | Change PREFIX to INSTALL_DIR | Joseph Hunkeler | 2024-11-11 | 1 | -5/+5 |
| | | | | * Conda uses PREFIX (or can use it) so it's better to avoid overriding it. | ||||
* | Squelch shell's pushd/popd commands | Joseph Hunkeler | 2024-11-02 | 1 | -0/+8 |
| | |||||
* | Change default RT workspace directory path | Joseph Hunkeler | 2024-11-01 | 1 | -1/+1 |
| | |||||
* | Tests: Force the removal of podman containers | Joseph Hunkeler | 2024-11-01 | 1 | -1/+11 |
| | |||||
* | Implement missing SKIP conditions | Joseph Hunkeler | 2024-10-30 | 1 | -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 Hunkeler | 2024-10-30 | 1 | -2/+72 |
| | | | | the script ends | ||||
* | Exposes TOPDIR and TEST_DATA variables to test script(s) | Joseph Hunkeler | 2024-10-30 | 1 | -1/+2 |
| | |||||
* | Add environment setup script to test directory | Joseph Hunkeler | 2024-10-28 | 1 | -0/+186 |