Change the attach test case to use self.assertEqual so we can get more info on what...
authorGreg Clayton <gclayton@apple.com>
Fri, 17 Aug 2018 17:27:53 +0000 (17:27 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 17 Aug 2018 17:27:53 +0000 (17:27 +0000)
commita75fad4fa432ce8d7eae419129306cd9d202677e
tree58e8de481ae74fb0ae3a4723a2f8752f1c5c4e26
parentecb7f4da68ec8bc6b261f2338d79d167101cdc79
Change the attach test case to use self.assertEqual so we can get more info on what is going wrong on test bots.

Also add a cleanup function to remove the copied binary.

llvm-svn: 340050
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py