Add a '-R' option, which is similar to '-r', except that the relocated directory...
authorJohnny Chen <johnny.chen@apple.com>
Tue, 24 Apr 2012 21:44:10 +0000 (21:44 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Tue, 24 Apr 2012 21:44:10 +0000 (21:44 +0000)
commit8f198c96fdff6c2ffb0b7ce2920f8c9390fc402d
treefc2e61db84ae24a94936af2b38d760657e8e1419
parent1d725ecf93037e8877286f53a7289f39064a9fc5
Add a '-R' option, which is similar to '-r', except that the relocated directory, if exists, will be removed entirely
before running the test suite.  A usage example looks like this:

test $ ./dotest.py -A x86_64 -R /tmp/x86_64 &
test $ ./dotest.py -A i386 -R /tmp/i386 &

where we would want to run the x86_64 and i386 archs concurrently but relocate the test suite to different directory
hierarchies in order not to stump on each other's intermediate files.

llvm-svn: 155491
lldb/test/dotest.py