test_motion_ramp: do not skip tests

Remove a debugging left-over causing just the first ramp to be checked
pull/105/head
Yuri D'Elia 2021-08-28 19:28:58 +02:00
parent ac72929574
commit 4ec9451707
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ def main():
# test each set
for run in runs:
check_run(info, run)
break
if __name__ == '__main__':