changeset 6137:dd05955627f9

6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh Summary: Make tests more resilient by allowing for more error messages from jps Reviewed-by: alanb, rbackman, dsamersoff
author sla
date Wed, 05 Sep 2012 14:42:44 +0200
parents 0cda40f881f6
children 2506caa34870
files test/sun/tools/jstatd/jpsOutput1.awk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/tools/jstatd/jpsOutput1.awk	Tue Feb 14 07:28:29 2012 -0800
+++ b/test/sun/tools/jstatd/jpsOutput1.awk	Wed Sep 05 14:42:44 2012 +0200
@@ -7,7 +7,7 @@
 	    matched++;
 	}
 
-/^[0-9]+ -- process information unavailable$/	{
+/^[0-9]+ -- .*$/	{
 	    matched++;
 	}