diff options
| -rwxr-xr-x | lldb/utils/lldb-dotest/lldb-dotest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/utils/lldb-dotest/lldb-dotest.in b/lldb/utils/lldb-dotest/lldb-dotest.in index 059be9384d4..18a73ae0b1e 100755 --- a/lldb/utils/lldb-dotest/lldb-dotest.in +++ b/lldb/utils/lldb-dotest/lldb-dotest.in @@ -13,4 +13,5 @@ if __name__ == '__main__': cmd.extend(dotest_args) cmd.extend(wrapper_args) # Invoke dotest.py and return exit code. + print(' '.join(cmd)) sys.exit(subprocess.call(cmd)) |

