Skip to content

Commit bae72aa

Browse files
committed
Fix test that fails on CI
1 parent 1667fb6 commit bae72aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/testsuite/package.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,14 @@ fn package_symlink_to_submodule() {
685685
)
686686
.unwrap();
687687

688+
eprintln!(
689+
"{}",
690+
std::fs::read_to_string(project.root().join(".git/config")).unwrap()
691+
);
692+
eprintln!(
693+
"{}",
694+
std::fs::read_to_string(library.root().join(".git/config")).unwrap()
695+
);
688696
project
689697
.cargo("package --no-verify -v")
690698
.with_stderr_contains("[ARCHIVING] submodule/Makefile")

0 commit comments

Comments
 (0)