]> Cypherpunks repositories - gostls13.git/commit
runtime: in tests, make sure gdb does not start with a shell
authorCuihtlauac ALVARADO <cuihtlauac.alvarado@orange.com>
Tue, 17 May 2016 07:27:00 +0000 (09:27 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 May 2016 14:03:22 +0000 (14:03 +0000)
commit2380a039c0457141e28f8f927139e1f9c38f8205
treedec28fc2f5400c5af7347a824de5d34a898ad0e6
parentc65647d6204531e93c19ea2dba01ff13d1b8ef31
runtime: in tests, make sure gdb does not start with a shell

On some systems, gdb is set to: "startup-with-shell on". This
breaks runtime_test. This just make sure gdb does not start by
spawning a shell.

Fixes #15354

Change-Id: Ia040931c61dea22f4fdd79665ab9f84835ecaa70
Reviewed-on: https://go-review.googlesource.com/23142
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go