()
| 60 | } |
| 61 | |
| 62 | @Override |
| 63 | public void init() throws Exception { |
| 64 | super.init(); |
| 65 | discoverRealOsArch(); |
| 66 | } |
| 67 | |
| 68 | private void discoverRealOsArch() throws IOException { |
| 69 | CommandLine uname = CommandLine.parse("uname -m"); |
nothing calls this directly
no test coverage detected