This commit is contained in:
Phillip Webb
2014-12-02 15:19:42 -08:00
parent 0a8bc482fa
commit 447c9ff204
7 changed files with 48 additions and 39 deletions

View File

@@ -81,7 +81,7 @@ public class CliTester implements TestRule {
try {
this.commands.add(future.get(this.timeout, TimeUnit.MILLISECONDS));
return getOutput();
} catch (Exception e) {
} catch (Exception ex) {
return getOutput();
}
}