From e195df9f32869644d789dd0407587ea042cceff8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 3 Jul 2001 00:55:07 +0000 Subject: [PATCH] improved test diagnostics --- src/ca/acctst.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 39a90b924..d314749bc 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1397,7 +1397,7 @@ void exceptionTest ( chid chan ) ca_pend_io ( 1e-5 ); ca_pend_event ( 0.1 ); while ( acctstExceptionCount < 1u ) { - printf ( "." ); + printf ( "G" ); fflush ( stdout ); ca_pend_event ( 0.5 ); } @@ -1416,7 +1416,7 @@ void exceptionTest ( chid chan ) SEVCHK ( status, "array read request failed" ); ca_pend_event ( 0.1 ); while ( ! arrayEventExceptionNotifyComplete ) { - printf ( "." ); + printf ( "GCB" ); fflush ( stdout ); ca_pend_event ( 0.5 ); } @@ -1435,7 +1435,7 @@ void exceptionTest ( chid chan ) ca_pend_event ( 0.1 ); while ( ! arrayEventExceptionNotifyComplete ) { - printf ( "." ); + printf ( "S" ); fflush ( stdout ); ca_pend_event ( 0.5 ); } @@ -1465,7 +1465,7 @@ void exceptionTest ( chid chan ) ca_pend_event ( 0.1 ); while ( acctstExceptionCount < 1u ) { - printf ( "." ); + printf ( "P" ); fflush ( stdout ); ca_pend_event ( 0.5 ); } @@ -1494,7 +1494,7 @@ void exceptionTest ( chid chan ) ca_pend_event ( 0.1 ); while ( ! arrayEventExceptionNotifyComplete ) { - printf ( "." ); + printf ( "PCB" ); fflush ( stdout ); ca_pend_event ( 0.5 ); }