]> Cypherpunks repositories - gostls13.git/commitdiff
Remove useless "Trace/breakpoint trap" lines using the format
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Nov 2008 18:01:51 +0000 (10:01 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 11 Nov 2008 18:01:51 +0000 (10:01 -0800)
that is generated on Goobuntu.

R=r,rsc
DELTA=2  (1 added, 0 deleted, 1 changed)
OCL=18973
CL=18976

test/run

index 3617301c29ba93330b95618c65ae5e651b53f15b..de4222e116291c6665da705b8ef123dd6f3f461a 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -59,7 +59,8 @@ done | # clean up some stack noise
                s/ PC=0x[0-9a-f]*/ PC=xxx/
                s/^pc: 0x[0-9a-f]*/pc: xxx/
                /^Trace\/breakpoint trap/d
-               /RUNFILE/ s/line 1: *[0-9]*/line 1: PID/' > run.out
+               /RUNFILE/ s/line 1: *[0-9]*/line 1: PID/
+               /^\$RUNFILE: line 1: PID Trace\/breakpoint trap/d' > run.out
 
 case $failed in
 1)