about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-05-05 21:46:16 -0300
committerMarco A L Barbosa <malbarbo@gmail.com>2017-05-09 15:40:30 -0300
commit49f793ac17b66c2f81c19e310523a0f11e03d92a (patch)
tree2e8e445291e7996f9622770b1bfb16a9fe453729 /src/tools
parent8aad3a3524fd04db3e6ddf59604d33c8e3797108 (diff)
downloadrust-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.rs2
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,