[test] Restore cleanup behavior in TestQuoting.py
authorVedant Kumar <vsk@apple.com>
Thu, 1 Mar 2018 03:03:38 +0000 (03:03 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 1 Mar 2018 03:03:38 +0000 (03:03 +0000)
commita32e84133ad2b7f8101497909edbc484c35dd3cd
tree4fd0a56498332b06c350703d727d4d5a97a47de6
parent10dc93c23288c0062c22c6f18f81d40265bd5648
[test] Restore cleanup behavior in TestQuoting.py

Before the change to compile tests out-of-tree, the cleanup classmethod
in TestQuoting.py would remove a temp file. After the change it threw an
exception due to a malformed call to getBuildArtifact().

Bring back the old behavior.

llvm-svn: 326414
lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py