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:
parent
5ec41f35c7
commit
f8fb26835c
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user