Commit 0038fb7
committed
Fix test pipeline 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.1 parent d9fd5d0 commit 0038fb7
2 files changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments