Skip to content

Commit

Permalink
test: Make proc_hierarchy work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Oct 28, 2024
1 parent 248e28f commit 5c34d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ mod tests {
/// Check indentation and skipping
#[test]
fn procs_hierarchy() {
let (gc, sc) = ConfPred::from_str("emlop p --pdepth 3 --color=n");
let (gc, sc) = ConfPred::from_str("emlop p --pdepth 3 --color=n --output=c");
let mut tbl = Table::new(&gc).align_left(0).align_left(2).margin(2, " ");
let procs = procs(&[(ProcKind::Other, "a", 1, 0),
(ProcKind::Other, "a.a", 2, 1),
Expand Down

0 comments on commit 5c34d9e

Please sign in to comment.