Skip to content
Snippets Groups Projects

[feat+ref] common-tests-tools: configure tests logger by env var

Merged Éloïs requested to merge elois/logger-in-ci into dev
10 files
+ 91
42
Compare changes
  • Side-by-side
  • Inline

Files

@@ -586,7 +586,7 @@ mod tests {
),
(TreeNodeId(11), child_fork_blockstamp),
];
assert!(rust_tests_tools::collections::slice_same_elems(
assert!(durs_common_tests_tools::collections::slice_same_elems(
&expected_sheets,
&sheets
));
@@ -697,7 +697,7 @@ mod tests {
),
];
println!("{:?}", sheets);
assert!(rust_tests_tools::collections::slice_same_elems(
assert!(durs_common_tests_tools::collections::slice_same_elems(
&expected_sheets,
&sheets
));
@@ -709,7 +709,7 @@ mod tests {
);
// Check that the shaft still has 2 same sheets
assert!(rust_tests_tools::collections::slice_same_elems(
assert!(durs_common_tests_tools::collections::slice_same_elems(
&expected_sheets,
&sheets
));
Loading