mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Temporary comment out java test
This commit is contained in:
parent
766e4a1684
commit
51bd452abc
1 changed files with 2 additions and 2 deletions
|
|
@ -1008,8 +1008,8 @@ public class MainActivity extends LoggableActivity implements OnTouchListener, O
|
|||
appendlnToLog("Info: java test command exited with " + exitCode);
|
||||
|
||||
if (exitCode != 0) {
|
||||
appendlnToLog("Error: it is failure!");
|
||||
throw new RuntimeException(getString(R.string.mcn_check_fail_java));
|
||||
appendlnToLog("Error: the test returned non-zero exit code.");
|
||||
// throw new RuntimeException(getString(R.string.mcn_check_fail_java));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue