diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 2c9160681e10..c793f104171f 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -398,9 +398,6 @@ def parseOptionsAndInitTestdirs(): do_help = False - if len(sys.argv) == 1: - return - # Process possible trace and/or verbose flag, among other things. index = 1 while index < len(sys.argv):