]> Cypherpunks.ru repositories - gostls13.git/commit
test: remove rundircmpout and cmpout actions
authorYury Smolsky <yury@smolsky.by>
Thu, 31 May 2018 15:51:00 +0000 (18:51 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 31 May 2018 17:36:45 +0000 (17:36 +0000)
commit57d40f1b27c0e0a4ca491895a68efc40c7c7d435
treecaa88e3f96f8a886aa413996e1f7d6994c55b582
parent424c2157392d46220213610a290a275c36ddcd97
test: remove rundircmpout and cmpout actions

This CL removes the rundircmpout action completely
because it is not used anywhere.

The run case already looks for output files. Rename the cmpout action
mentioned in tests to the run action and remove "cmpout" from run.go.

Change-Id: I835ceb70082927f8e9360e0ea0ba74f296363ab3
Reviewed-on: https://go-review.googlesource.com/115575
Run-TryBot: Yury Smolsky <yury@smolsky.by>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
20 files changed:
misc/cgo/life/main.go
misc/cgo/stdio/chain.go
misc/cgo/stdio/fib.go
misc/cgo/stdio/hello.go
test/deferprint.go
test/fixedbugs/bug206.go
test/fixedbugs/bug328.go
test/fixedbugs/bug409.go
test/fixedbugs/issue21887.go
test/fixedbugs/issue22683.go
test/fixedbugs/issue25322.go
test/fixedbugs/issue6899.go
test/goprint.go
test/helloworld.go
test/ken/cplx0.go
test/ken/string.go
test/print.go
test/printbig.go
test/run.go
test/sigchld.go