Skip to content

Commit

Permalink
Try and figure out why a test is failing (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 4, 2022
1 parent bffe059 commit a6c617c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buck2_client/src/subscribers/superconsole.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ mod tests {
.context("No frame was emitted")?;

// Verify we have the right output on intermediate frames
crate::eprint!("TEMPORARY DEBUGGING: {:?}", frame);
if cfg!(fbcode_build) {
assert!(frame_contains(&frame, "Buck UI:".as_bytes()));
} else {
Expand Down

0 comments on commit a6c617c

Please sign in to comment.