We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e1ea9 commit c105961Copy full SHA for c105961
src/commands/cmd_exists.rs
@@ -52,6 +52,8 @@ mod tests {
52
53
assert!(!container.is_empty(), "Container name is empty");
54
55
+ println!("got {container:?}");
56
+
57
// test with explicitly set container_name
58
Command::cargo_bin(env!("CARGO_BIN_NAME"))?
59
.args(["exists", &container])
0 commit comments