[dotest] Use subprocess.call to forward arguments in wrapper
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Mar 2018 11:13:56 +0000 (11:13 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Mar 2018 11:13:56 +0000 (11:13 +0000)
commitecc8aee652d66dd2a9db575a66d13b477582bcb2
treef0eecadc189f3353f65e11bceef38a9b62408799
parent03a77e9a3909037e88d5479557a61275702b7f7c
[dotest] Use subprocess.call to forward arguments in wrapper

As suggested by Pavel on lldb-commits. Originally I picked os.system
because it was so much more simple than the subprocess module, but that
no longer holds true after yesterday's hack in r328020. This is what it
should've been in the first place.

Differential revision: https://reviews.llvm.org/D44728

llvm-svn: 328089
lldb/test/CMakeLists.txt
lldb/test/lldb-dotest.in