Fix disabling of dwo tests

without this, dwo tests would be run even if they were meant to be disabled.

llvm-svn: 249819
This commit is contained in:
Pavel Labath 2015-10-09 10:09:36 +00:00
parent 65bddeaacf
commit 8112dd9951
1 changed files with 1 additions and 0 deletions

View File

@ -1575,6 +1575,7 @@ if __name__ == "__main__":
lldb.just_do_benchmarks_test = just_do_benchmarks_test
lldb.dont_do_dsym_test = dont_do_dsym_test
lldb.dont_do_dwarf_test = dont_do_dwarf_test
lldb.dont_do_dwo_test = dont_do_dwo_test
lldb.dont_do_debugserver_test = dont_do_debugserver_test
lldb.dont_do_llgs_test = dont_do_llgs_test