mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Try to fix the openbsd bot.
llvm-svn: 193413
This commit is contained in:
parent
cd9791ce72
commit
57067f1916
@ -111,7 +111,7 @@ def write_test_results(run, lit_config, testing_time, output_path):
|
|||||||
def main(builtinParameters = {}):
|
def main(builtinParameters = {}):
|
||||||
# Use processes by default on Unix platforms.
|
# Use processes by default on Unix platforms.
|
||||||
isWindows = platform.system() == 'Windows'
|
isWindows = platform.system() == 'Windows'
|
||||||
useProcessesIsDefault = not isWindows
|
useProcessesIsDefault = (not isWindows) and platform.system() != 'OpenBSD'
|
||||||
|
|
||||||
global options
|
global options
|
||||||
from optparse import OptionParser, OptionGroup
|
from optparse import OptionParser, OptionGroup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user