Merge remote-tracking branch 'origin/GP-0_dev747368_fix_dwarf_extfiles_localdir_test'

This commit is contained in:
Ryan Kurtz
2026-04-21 13:07:14 -04:00

View File

@@ -169,7 +169,7 @@ public class LocalDirDebugInfoDProvider implements DebugFileStorage {
private File getBuildidDir(String buildId) throws IOException {
File dir = new File(rootDir, buildId);
if (rootDir.equals(dir.getParentFile())) {
if (!rootDir.equals(dir.getParentFile())) {
throw new IOException("Bad buildid value: " + buildId);
}
return dir;