test_motion_ramp: do not skip tests

Remove a debugging left-over causing just the first ramp to be checked
pull/108/head
Yuri D'Elia 2021-08-28 19:28:58 +02:00 committed by DRracer
parent 9c3b31756e
commit 734612238e
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__':