Trying to debug on the CI
This commit is contained in:
parent
2d3c55b2ec
commit
68be6cd0e6
|
@ -77,5 +77,8 @@ fn command_hints_are_pwd_aware() {
|
|||
// Examine the terminal state.
|
||||
let (row, _col) = extract_cursor(&term);
|
||||
let text = extract_text(&term);
|
||||
for line in &text {
|
||||
println!("{}", line);
|
||||
}
|
||||
assert!(text[row - 2].contains("print 'FOO'"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user