fixed bug in test
This commit is contained in:
@@ -1347,7 +1347,7 @@ void arrayTest ( chid chan )
|
||||
chan, arrayReadNotify, pWF );
|
||||
SEVCHK ( status, "array read notify request failed" );
|
||||
|
||||
while ( ! arrayWriteNotifyComplete && ! arrayReadNotifyComplete ) {
|
||||
while ( ! arrayWriteNotifyComplete || ! arrayReadNotifyComplete ) {
|
||||
ca_pend_event ( 0.1 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user