Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
28db812c
Commit
28db812c
authored
May 03, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix run-arm to count bugs correctly
TBR=kaib CC=golang-dev
https://golang.org/cl/1080041
parent
4d1b1574
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run-arm
test/run-arm
+2
-2
No files found.
test/run-arm
View file @
28db812c
...
...
@@ -90,8 +90,8 @@ then
failed
=
1
fi
notinbugs
=
$(
sed
'/
^
== bugs/q'
run.out |
grep
-c
'^BUG'
)
inbugs
=
$(
sed
'1,/
^
== bugs/d'
run.out |
grep
-c
'^BUG'
)
notinbugs
=
$(
sed
'/== bugs/q'
run.out |
grep
-c
'^BUG'
)
inbugs
=
$(
sed
'1,/== bugs/d'
run.out |
grep
-c
'^BUG'
)
echo
2>&1
$inbugs
known bugs
';'
$notinbugs
unexpected bugs
$diffmsg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment