No longer have to specify the Asyn Port Name
This commit is contained in:
@ -96,7 +96,7 @@ def test(prefix, name):
|
||||
line = stdqueue.get()
|
||||
print(line)
|
||||
|
||||
if line == 'iocRun: All initialization complete':
|
||||
if 'iocRun: All initialization complete' in line:
|
||||
break # IOC is now running
|
||||
|
||||
testCanCount(prefix, name)
|
||||
|
Reference in New Issue
Block a user