Skip to content

Commit

Permalink
Add toggle test output to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jul 22, 2021
1 parent 5cf94dc commit 45e3b5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public class TestConsoleHandler implements TestListener {

private static final Logger log = Logger.getLogger("io.quarkus.test");

public static final ConsoleCommand TOGGLE_TEST_OUTPUT = new ConsoleCommand('o', "Toggle test output",
public static final ConsoleCommand TOGGLE_TEST_OUTPUT = new ConsoleCommand('o', "Toggle test output", "Toggle test output",
1000,
new ConsoleCommand.HelpState(TestSupport.instance().get()::isDisplayTestOutput),
() -> TestSupport.instance().get().toggleTestOutput());

Expand Down

0 comments on commit 45e3b5c

Please sign in to comment.