fixup: make id non-ambiguous

This commit is contained in:
Graham Christensen
2022-03-19 23:34:13 -04:00
parent 137be3452e
commit e5393c2cf8
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ subtest "Updating GC roots" => sub {
is($res, 0, "hydra-update-gc-roots should exit zero");
if ($res != 0) {
print "gc roots stdout: $stdout\n";
print "gc roots stderr: $stderr";
print "gc roots stderr: $stderr\n";
}
};