1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_si1133: move to test-with-config

This commit is contained in:
Alexandre Abadie 2021-01-19 16:22:14 +01:00
parent 5ec41f35c7
commit f8fb26835c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -12,10 +12,7 @@ from testrunner import run
def testfunc(child):
child.expect_exact('Testing Si1133 in blocking mode:')
i = child.expect([r'.*Result: OK\s', r'.*Result: FAILED (\d+)\s'])
if i == 1:
print('FAILED')
return
child.expect_exact('Result: OK')
print('SUCCESS')