1
0
mirror of https://github.com/golang/go synced 2024-11-19 23:04:40 -07:00
go/src
Volker Dobler 18ff727487 cmd/go: quote command line arguments in debug output
Debug output from go test -x may contain empty arguments.
This CL quotes arguments if needed. E.g. the output of
go test -x is now
  .../6g -o ./_go_.6 -p testmain -complete -D "" -I . -I $WORK ./_testmain.go
which is easier to grasp.

R=golang-dev, bradfitz, minux.ma, r
CC=golang-dev
https://golang.org/cl/8633043
2013-04-12 14:05:14 -07:00
..
cmd cmd/go: quote command line arguments in debug output 2013-04-12 14:05:14 -07:00
lib9 lib9: add newline to exec error message 2013-04-09 10:03:14 -07:00
libbio
libmach libmach: respect symbol table boundaries 2013-03-27 05:59:06 -07:00
pkg runtime: add a hook to disable precise GC 2013-04-12 05:23:38 -07:00
all.bash
all.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
all.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
clean.bash
clean.bat
clean.rc
make.bash cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal 2013-03-29 16:33:35 -07:00
make.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
Make.dist
make.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
race.bash
race.bat
run.bash cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal 2013-03-29 16:33:35 -07:00
run.bat run.bat: make windows runtime test timeout same as other os 2013-04-09 13:01:09 +10:00
run.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
sudo.bash