mirror of https://github.com/Nonannet/copapy.git
verbosity of tests reduced, output for "Data to runner" deactivated
This commit is contained in:
parent
6251dbda5d
commit
6e0b46533d
|
|
@ -71,8 +71,8 @@ def test_compile():
|
|||
|
||||
il.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
il.print()
|
||||
#print('* Data to runner:')
|
||||
#il.print()
|
||||
|
||||
il.to_file('build/runner/test.copapy')
|
||||
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@ def test_compile():
|
|||
|
||||
il.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
il.print()
|
||||
#print('* Data to runner:')
|
||||
#il.print()
|
||||
|
||||
il.to_file('build/runner/test-arm64.copapy')
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ def test_compile():
|
|||
|
||||
il.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
il.print()
|
||||
#print('* Data to runner:')
|
||||
#il.print()
|
||||
|
||||
il.to_file('build/runner/test.copapy')
|
||||
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ def test_compile_sqrt():
|
|||
|
||||
il.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
il.print()
|
||||
#print('* Data to runner:')
|
||||
#il.print()
|
||||
|
||||
il.to_file('build/runner/test.copapy')
|
||||
|
||||
|
|
@ -68,8 +68,8 @@ def test_compile_log():
|
|||
|
||||
il.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
il.print()
|
||||
#print('* Data to runner:')
|
||||
#il.print()
|
||||
|
||||
il.to_file('build/runner/test.copapy')
|
||||
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@ def test_compile():
|
|||
|
||||
dw.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
dw.print()
|
||||
#print('* Data to runner:')
|
||||
#dw.print()
|
||||
|
||||
dw.to_file('build/runner/test-arm64.copapy')
|
||||
|
||||
|
|
|
|||
|
|
@ -119,8 +119,8 @@ def test_compile():
|
|||
|
||||
dw.write_com(_binwrite.Command.END_COM)
|
||||
|
||||
print('* Data to runner:')
|
||||
dw.print()
|
||||
#print('* Data to runner:')
|
||||
#dw.print()
|
||||
|
||||
dw.to_file('build/runner/test-armv7.copapy')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue