mirror of https://github.com/golang/go.git
doc/articles/wiki/test.bash: suppress unnecessary output
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7000045
This commit is contained in:
parent
82ae6434b3
commit
fcc5cf639e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue