Skip to content

Commit

Permalink
Merge pull request #18922 from stuartwdouglas/18887
Browse files Browse the repository at this point in the history
Add toggle test output to prompt
  • Loading branch information
stuartwdouglas authored Jul 28, 2021
2 parents fdc74b8 + 45e3b5c commit 143e33b
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 143e33b

Please sign in to comment.