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
fcc5cf63
Commit
fcc5cf63
authored
Dec 23, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/articles/wiki/test.bash: suppress unnecessary output
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/7000045
parent
82ae6434
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test.bash
doc/articles/wiki/test.bash
+2
-1
No files found.
doc/articles/wiki/test.bash
View file @
fcc5cf63
...
...
@@ -20,7 +20,8 @@ wiki_pid=$!
./get.bin
--wait_for_port
=
5s http://
$addr
/edit/Test
>
test_edit.out
diff
-u
test_edit.out test_edit.good
./get.bin
-post
=
body
=
some%20content http://
$addr
/save/Test
./get.bin
-post
=
body
=
some%20content http://
$addr
/save/Test
>
test_save.out
diff
-u
test_save.out test_view.good
# should be the same as viewing
diff
-u
Test.txt test_Test.txt.good
./get.bin http://
$addr
/view/Test
>
test_view.out
diff
-u
test_view.out test_view.good
...
...
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