From 1f6aebe1a64ea3cbab0ac4366441dadb2a82167a Mon Sep 17 00:00:00 2001 From: kriss Date: Fri, 14 Mar 2008 11:40:20 +0000 Subject: [PATCH] BUGFIX: changing test back to 'ls' git-svn-id: http://www.neo1973-germany.de/svn@45 46df4e5c-bc4e-4628-a0fc-830ba316316d --- SettingsGUI/trunk/src/settingsgui/ProcessInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SettingsGUI/trunk/src/settingsgui/ProcessInterface.py b/SettingsGUI/trunk/src/settingsgui/ProcessInterface.py index f7ad4d5..e74c03d 100644 --- a/SettingsGUI/trunk/src/settingsgui/ProcessInterface.py +++ b/SettingsGUI/trunk/src/settingsgui/ProcessInterface.py @@ -304,7 +304,7 @@ class test: def finished_app_test(self): - ls = ProcessInterface("hcitool scan hci0") + ls = ProcessInterface("ls") while not ls.process_finished(): time.sleep(0.1) ## wait for command to compute