Skip to content

Commit c105961

Browse files
committed
WIPPP
1 parent 98e1ea9 commit c105961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/cmd_exists.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ mod tests {
5252

5353
assert!(!container.is_empty(), "Container name is empty");
5454

55+
println!("got {container:?}");
56+
5557
// test with explicitly set container_name
5658
Command::cargo_bin(env!("CARGO_BIN_NAME"))?
5759
.args(["exists", &container])

0 commit comments

Comments
 (0)