summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/startSoftware.py
diff options
context:
space:
mode:
authorgsmselftest2011-11-02 10:31:22 +0100
committergsmselftest2011-11-02 10:31:22 +0100
commit33bff5612a68264b7a3cba6834eb45c9134b90a9 (patch)
treea2e52b46fd7bc210a1e60a4c414a0048fe0cc5a5 /For Weekly Test/tricode/startSoftware.py
parentsearch the bug on dbclass (diff)
downloadgsm-selftest-33bff5612a68264b7a3cba6834eb45c9134b90a9.tar.gz
gsm-selftest-33bff5612a68264b7a3cba6834eb45c9134b90a9.tar.xz
gsm-selftest-33bff5612a68264b7a3cba6834eb45c9134b90a9.zip
iloging
Diffstat (limited to 'For Weekly Test/tricode/startSoftware.py')
-rw-r--r--For Weekly Test/tricode/startSoftware.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/tricode/startSoftware.py b/For Weekly Test/tricode/startSoftware.py
index 74c8739..68f7b6e 100644
--- a/For Weekly Test/tricode/startSoftware.py
+++ b/For Weekly Test/tricode/startSoftware.py
@@ -4,11 +4,11 @@ import subprocess
while 1:
server = ServerClass.ServerHandler(34600)
tried = server.openSocket()
-
+ #print tried
test = server.receiveData(2)
if test == 'START APP':
print 'start'
subprocess.Popen(args=['gnome-terminal','--command= python gsmselftest-website3.py'])
- #print server.closeConnection()
+ server.closeConnection()
del server