Show More
@@ -361,6 +361,8 b' try:' | |||||
361 |
|
361 | |||
362 | if len(args) == 0: |
|
362 | if len(args) == 0: | |
363 | args = os.listdir(".") |
|
363 | args = os.listdir(".") | |
|
364 | args.sort() | |||
|
365 | ||||
364 | for test in args: |
|
366 | for test in args: | |
365 | if (test.startswith("test-") and '~' not in test and |
|
367 | if (test.startswith("test-") and '~' not in test and | |
366 | ('.' not in test or test.endswith('.py') or |
|
368 | ('.' not in test or test.endswith('.py') or |
General Comments 0
You need to be logged in to leave comments.
Login now