We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b1686 commit a06ce0cCopy full SHA for a06ce0c
src/compiletest/compiletest.rs
@@ -219,12 +219,14 @@ pub fn run_tests(config: &config) {
219
mode_debug_info => {
220
println!("arm-linux-androideabi debug-info \
221
test uses tcp 5039 port. please reserve it");
222
- //arm-linux-androideabi debug-info test uses remote debugger
223
- //so, we test 1 task at once
224
- os::setenv("RUST_TEST_TASKS","1");
225
}
226
_ =>{}
227
+
+ //arm-linux-androideabi debug-info test uses remote debugger
+ //so, we test 1 task at once.
228
+ // also trying to isolate problems with adb_run_wrapper.sh ilooping
229
+ os::setenv("RUST_TEST_TASKS","1");
230
231
232
let opts = test_opts(config);
0 commit comments