Skip to content
Snippets Groups Projects
Commit 482ce227 authored by Daniel Skýpala's avatar Daniel Skýpala
Browse files

Add bin/run_test

parent caf6d934
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from time import sleep
from task_autotest import run
while True:
run()
sleep(30)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment