Adding debug output to investigate systemz bot issue.

llvm-svn: 297531
This commit is contained in:
Juergen Ributzka 2017-03-11 00:01:24 +00:00
parent a7416358ba
commit c28c7e5bd3
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ TEST(VirtualFileSystemTest, BrokenSymlinkRealFSRecursiveIteration) {
EC = std::error_code(); EC = std::error_code();
continue; continue;
} else if (EC) { } else if (EC) {
outs() << "BrokenSymlinkRealFSRecursiveIteration EC: " << EC.message();
break; break;
} }
Contents.push_back(I->getName()); Contents.push_back(I->getName());