Output the test line that failed, not a line in a helper fn.

This commit is contained in:
Ximon Eighteen
2024-12-05 11:27:58 +01:00
parent 121505f7d3
commit 16a9f5aa98
+1
View File
@@ -1,5 +1,6 @@
use std::process::Command;
#[track_caller]
pub fn assert_org_ldns_cmd_eq_new_ldns_cmd(
org_ldns_cmd: &[&str],
new_ldns_cmd: &[&str],