From 674f70a0371c1f97a83c66268d03332ebbf9e62f Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 12 Sep 2007 18:21:55 +0000 Subject: 2007-09-12 Martin Hunt * systemtap.maps/foreach_limit.stp: Clean up the aggregates section. * systemtap.maps/foreach_limit2.stp: Remove newline that was confusing the output match. * systemtap.maps/linear_bad.exp: Fix expected output. * systemtap.maps/linear_neg.exp: Ditto. * systemtap.maps/log.*: New files. * systemtap.maps/log_edge.*: New files. * lib/stap_run2.exp (stap_run2): Rewrite. Previous version was too complex and buggy. --- testsuite/systemtap.maps/foreach_limit2.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.maps/foreach_limit2.stp') diff --git a/testsuite/systemtap.maps/foreach_limit2.stp b/testsuite/systemtap.maps/foreach_limit2.stp index 22f9a745..60b7ce94 100755 --- a/testsuite/systemtap.maps/foreach_limit2.stp +++ b/testsuite/systemtap.maps/foreach_limit2.stp @@ -5,7 +5,7 @@ probe begin # # Array section # - printf("\nArrays of aggregates:\n"); + printf("Arrays of aggregates:\n"); # Add elements to the array of aggregates, but in an unsorted order agg_array[9] <<< 18 -- cgit