rust/src/tools/compiletest
kennytm a3fecfb8e9
Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoerister
Handle gdb command failure gracefully in compiletest

Previously, if the gdb command was available, but threw an error, compiletest would panic.  This is obviously not good. Now, gdb is treated as missing if calling `gdb --version` does not output anything on stdout.
2018-02-28 19:15:36 +08:00
..
src Rollup merge of #48488 - varkor:handle-gdb-error-compiletest, r=michaelwoerister 2018-02-28 19:15:36 +08:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00