summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2008-11-11 10:01:51 -0800
committerIan Lance Taylor <iant@golang.org>2008-11-11 10:01:51 -0800
commit6f8852185e83dc0fcfc1480326127344c8b4c652 (patch)
tree3671b19c83d06201448dc14028cc77ec7b75f764 /test/run
parenta0b06e2af5e88e23337db5fb0857d2aef87c8670 (diff)
downloadgolang-6f8852185e83dc0fcfc1480326127344c8b4c652.tar.gz
Remove useless "Trace/breakpoint trap" lines using the format
that is generated on Goobuntu. R=r,rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=18973 CL=18976
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run b/test/run
index 3617301c2..de4222e11 100755
--- 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)