diff --git a/script/local.py b/script/local.py index 5d54a00..b8eddc0 100644 --- a/script/local.py +++ b/script/local.py @@ -227,9 +227,10 @@ class UDPDatagram: def _listen(self): # now keep talking with the client - while 1: + print 'here should receive data' + #while 1: + while 0: # receive data from client (data, addr) - print 'here should receive data' #data, addr = self.sock.recvfrom(1024) if not data: print 'End of data or no data' diff --git a/script/tests/tests.properties b/script/tests/tests.properties index f64f898..086fb01 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 16:26:39 CEST 2017 +#Tue Oct 17 16:26:57 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test