diff options
| author | Young-il Choi <duddlf.choi@samsung.com> | 2013-05-30 09:36:53 +0900 |
|---|---|---|
| committer | Young-il Choi <duddlf.choi@samsung.com> | 2013-06-01 17:28:58 +0900 |
| commit | 0521d54ca1e194ba8564f4a000c50b7f708022ba (patch) | |
| tree | 6ab620cb178dc6b458a97376afa959031f6e17da /src/compiletest | |
| parent | fe1dc3280f63fe4cec441837ae20020cbe26dc61 (diff) | |
etc: adb_run_wrapper argument change
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/runtest.rs | 3 |
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); } // } |
