| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1514885 commit 89e1dac
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,6 +43,7 @@ def __init__(self, path, file, expected, arch, mode, context, config): | |||
| 43 | 43 | self.config = config | |
| 44 | 44 | self.arch = arch | |
| 45 | 45 | self.mode = mode | |
| 46 | + self.parallel = True | ||
| 46 | 47 | ||
| 47 | 48 | def IgnoreLine(self, str): | |
| 48 | 49 | """Ignore empty lines and valgrind output.""" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,6 +48,7 @@ def __init__(self, path, file, expected, input_arg, arch, mode, context, config) | |||
| 48 | 48 | self.config = config | |
| 49 | 49 | self.arch = arch | |
| 50 | 50 | self.mode = mode | |
| 51 | + self.parallel = True | ||
| 51 | 52 | ||
| 52 | 53 | def IgnoreLine(self, str_arg): | |
| 53 | 54 | """Ignore empty lines and valgrind output.""" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments