fix inverted conditional
This commit is contained in:
parent
841cfe37dd
commit
7cad8654e5
@ -352,7 +352,7 @@ def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLD
|
|||||||
# gen build files with CMake
|
# gen build files with CMake
|
||||||
runCMake(sanitizer, buildDir)
|
runCMake(sanitizer, buildDir)
|
||||||
|
|
||||||
if platform.system() != 'Darwin':
|
if platform.system() == 'Darwin':
|
||||||
# build with make
|
# build with make
|
||||||
runCommand('make -C {} -j8'.format(buildDir))
|
runCommand('make -C {} -j8'.format(buildDir))
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user