Trying to debug on the CI

This commit is contained in:
YizhePKU 2024-06-02 23:22:33 +00:00
parent 2d3c55b2ec
commit 68be6cd0e6

View File

@ -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'"));
}