()
| 201 | } |
| 202 | |
| 203 | private static void usage() { |
| 204 | String name = TestFramework.class.getName(); |
| 205 | System.err.println("Usage: " + name + " master <tasks>"); |
| 206 | } |
| 207 | |
| 208 | public static void main(String[] args) throws Exception { |
| 209 | if (args.length < 1 || args.length > 2) { |