fixup: make id non-ambiguous
This commit is contained in:
@ -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";
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user