Skip to content

Conversation

@attogram
Copy link
Owner

This commit fixes the test pipeline by addressing several issues:

  1. tput error: The TERM variable was not set in the test environment, causing tput to fail. This has been fixed by setting TERM=xterm in the jury/render-the-verdict.sh script.

  2. "Command not found" errors: The tests were being run from the jury/ directory, which caused the relative paths to the screensaver scripts to be incorrect. The jury/render-the-verdict.sh script has been modified to run the tests from the root of the repository, which resolves these errors.

This commit fixes the test pipeline by addressing several issues:

1.  **`tput` error:** The `TERM` variable was not set in the test environment, causing `tput` to fail. This has been fixed by setting `TERM=xterm` in the `jury/render-the-verdict.sh` script.

2.  **"Command not found" errors:** The tests were being run from the `jury/` directory, which caused the relative paths to the screensaver scripts to be incorrect. The `jury/render-the-verdict.sh` script has been modified to run the tests from the root of the repository, which resolves these errors.
@attogram attogram merged commit 575d2ff into main Aug 29, 2025
1 check failed
@attogram attogram deleted the fix/test-pipeline branch August 29, 2025 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants