improved test diagnostic

This commit is contained in:
Jeff Hill
2009-08-14 17:44:33 +00:00
parent 0012042a5e
commit 2fb6b2100f

View File

@@ -2992,6 +2992,10 @@ void verifyContextRundownFlush ( const char * pName, unsigned interestLevel )
ca_context_destroy ();
}
if ( i % 100 == 0 ) {
showProgress ( interestLevel );
}
}
showProgressEnd ( interestLevel );