BUGFIX: changing test back to 'ls'
git-svn-id: http://www.neo1973-germany.de/svn@45 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
f94ba7c903
commit
1f6aebe1a6
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class test:
|
||||||
|
|
||||||
|
|
||||||
def finished_app_test(self):
|
def finished_app_test(self):
|
||||||
ls = ProcessInterface("hcitool scan hci0")
|
ls = ProcessInterface("ls")
|
||||||
|
|
||||||
while not ls.process_finished():
|
while not ls.process_finished():
|
||||||
time.sleep(0.1) ## wait for command to compute
|
time.sleep(0.1) ## wait for command to compute
|
||||||
|
|
Loading…
Reference in a new issue