Also don't try to copy a logfile if it doesn't exist.
authorZachary Turner <zturner@google.com>
Tue, 26 May 2015 20:26:29 +0000 (20:26 +0000)
committerZachary Turner <zturner@google.com>
Tue, 26 May 2015 20:26:29 +0000 (20:26 +0000)
commit306278ff0dd2a08f992aafc59a02ca533c142eb6
tree0d32b58a317ca320d056f919cc3612d58943e441
parent3c36b324dc4ced96ef711fdb3365b1e015ce60ed
Also don't try to copy a logfile if it doesn't exist.

In some cases no log file will be written, so don't attempt to
call os.rename() with a non-existent source path.

llvm-svn: 238248
lldb/test/lldbtest.py