about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorYoung-il Choi <duddlf.choi@samsung.com>2013-05-30 09:36:53 +0900
committerYoung-il Choi <duddlf.choi@samsung.com>2013-06-01 17:28:58 +0900
commit0521d54ca1e194ba8564f4a000c50b7f708022ba (patch)
tree6ab620cb178dc6b458a97376afa959031f6e17da /src/compiletest
parentfe1dc3280f63fe4cec441837ae20020cbe26dc61 (diff)
etc: adb_run_wrapper argument change
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/runtest.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs
index 61371dd94d6..0c899b0435d 100644
--- a/src/compiletest/runtest.rs
+++ b/src/compiletest/runtest.rs
@@ -768,6 +768,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
 
         runargs.push(~"shell");
         runargs.push(fmt!("%s/adb_run_wrapper.sh", config.adb_test_dir));
+        runargs.push(fmt!("%s", config.adb_test_dir));
         runargs.push(fmt!("%s", prog_short));
 
         for args.args.each |tv| {
@@ -795,7 +796,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
                 _ => 0,
             }
         }
-        maxtry = maxtry - 1;
+//        maxtry = maxtry - 1;
 //        unsafe { libc::sleep(1); }
 //    }