Comment 7 for bug 1626381

Revision history for this message
Zhang Enwei (zhangew401) wrote :

Hi Kyle,
Would you please help try this click?
I tried about 1000 times by using scope-data, it seems to be fixed.
Thanks a lot.

#!/bin/bash
c=1
while [ $c -le 5000 ]
do
 echo "run $c times"
        ./autopilot/scope-data unity-scope-nearby --results --lat 51.5062348 --long -0.0999525 --set-connected
 (( c++ ))
done