mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 01:25:54 +00:00
compiletest: runtest.rs tidy
This commit is contained in:
parent
8b24a96e17
commit
89c5ad69f0
@ -789,7 +789,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
|
||||
}
|
||||
|
||||
// get stdout of result
|
||||
runargs = ~[];
|
||||
runargs = ~[];
|
||||
runargs.push(~"shell");
|
||||
runargs.push(~"cat");
|
||||
runargs.push(fmt!("%s/%s.stdout", config.adb_test_dir, prog_short));
|
||||
@ -798,7 +798,7 @@ fn _arm_exec_compiled_test(config: &config, props: &TestProps,
|
||||
procsrv::run("", config.adb_path, runargs, ~[(~"",~"")], Some(~""));
|
||||
|
||||
// get stderr of result
|
||||
runargs = ~[];
|
||||
runargs = ~[];
|
||||
runargs.push(~"shell");
|
||||
runargs.push(~"cat");
|
||||
runargs.push(fmt!("%s/%s.stderr", config.adb_test_dir, prog_short));
|
||||
|
Loading…
Reference in New Issue
Block a user