Commit eab61f7
committed
test: fix test_wait_until_pane_ready for CI environments
- Modified the test to dynamically detect and use the current shell prompt ($ or %)
- This makes the test more robust across different environments including CI
- Previously the test was hardcoded to use '%' which works locally with zsh but fails in CI with bash1 parent aba2cd9 commit eab61f7
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
202 | 209 | | |
203 | 210 | | |
204 | 211 | | |
| |||
0 commit comments