diff options
| author | Marco A L Barbosa <malbarbo@gmail.com> | 2017-05-05 21:46:16 -0300 |
|---|---|---|
| committer | Marco A L Barbosa <malbarbo@gmail.com> | 2017-05-09 15:40:30 -0300 |
| commit | 49f793ac17b66c2f81c19e310523a0f11e03d92a (patch) | |
| tree | 2e8e445291e7996f9622770b1bfb16a9fe453729 /src/tools | |
| parent | 8aad3a3524fd04db3e6ddf59604d33c8e3797108 (diff) | |
| download | rust-49f793ac17b66c2f81c19e310523a0f11e03d92a.tar.gz rust-49f793ac17b66c2f81c19e310523a0f11e03d92a.zip | |
ci: Update android ndk and sdk
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index a044282666d..7fe8c1041a7 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -570,7 +570,7 @@ actual:\n\ format!("-command={}", debugger_script.to_str().unwrap())]; let mut gdb_path = tool_path; - gdb_path.push_str(&format!("/bin/{}-gdb", self.config.target)); + gdb_path.push_str("/bin/gdb"); let procsrv::Result { out, err, |
