Skip to content

Commit

Permalink
Merge pull request #7682 from geoand/quarkus-dev-test-banner
Browse files Browse the repository at this point in the history
Disable banner in QuarkusDevModeTest
  • Loading branch information
geoand authored Mar 9, 2020
2 parents 0afefb3 + 6a8fa6a commit 5578c52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public void close() throws Throwable {
DevModeContext context = exportArchive(deploymentDir, projectSourceRoot);
context.setTest(true);
context.setAbortOnFailedStart(true);
context.getBuildSystemProperties().put("quarkus.banner.enabled", "false");
devModeMain = new DevModeMain(context);
devModeMain.start();
} catch (Exception e) {
Expand Down

0 comments on commit 5578c52

Please sign in to comment.