Skip to content

Commit

Permalink
test: add debug output for tools test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 20, 2024
1 parent b3f5422 commit da8dfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ TEST(tools_test, dwarfsextract_file_out) {
auto out = subprocess::check_run(dwarfsextract_bin, "-i", test_catdata_dwarfs,
"-f", "mtree", "-o", outfile);
ASSERT_TRUE(out);
EXPECT_TRUE(out->empty());
EXPECT_TRUE(out->empty()) << *out;

ASSERT_TRUE(fs::exists(outfile));

Expand Down

0 comments on commit da8dfb6

Please sign in to comment.