We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7293e80 commit f87ac69Copy full SHA for f87ac69
tests/integration_tests.rs
@@ -89,6 +89,7 @@ fn test_default_use_case(#[case] subcommand: &str, #[case] test_name: &str) {
89
90
let stdout = str::from_utf8(&output.stdout).unwrap();
91
if subcommand == "check" {
92
+ println!("{:?}", stdout);
93
assert!(stdout.contains("There were 242 safe licenses and 300 unsafe licenses."));
94
output.assert().failure();
95
} else {
0 commit comments