From 0521d54ca1e194ba8564f4a000c50b7f708022ba Mon Sep 17 00:00:00 2001 From: Young-il Choi Date: Thu, 30 May 2013 09:36:53 +0900 Subject: etc: adb_run_wrapper argument change --- src/compiletest/runtest.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compiletest') 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); } // } -- cgit 1.4.1-3-g733a5