forked from mindspore-Ecosystem/mindspore
julia test only support linux now
This commit is contained in:
parent
ab4dcf81d1
commit
aef9e0841c
|
@ -14,7 +14,7 @@ def test_julia():
|
||||||
"""
|
"""
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
if system != 'Linux':
|
if system != 'Linux':
|
||||||
pass
|
return
|
||||||
res = os.system('sh julia_run.sh')
|
res = os.system('sh julia_run.sh')
|
||||||
if res != 0:
|
if res != 0:
|
||||||
assert False, 'julia test fail'
|
assert False, 'julia test fail'
|
||||||
|
|
Loading…
Reference in New Issue