Skip to content

Commit

Permalink
Activate mute mode if -s option is used, close #2472
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra committed Dec 30, 2014
1 parent 1e048f8 commit eb72771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatling-app/src/main/scala/io/gatling/app/Gatling.scala
Expand Up @@ -113,7 +113,7 @@ private[app] class Gatling(overrides: ConfigOverrides, simulationClass: Selected
val simulation = singleSimulation.getOrElse(interactiveSelect(simulations))

// -- Ask for simulation ID and run description if required -- //
val muteModeActive = configuration.core.muteMode
val muteModeActive = configuration.core.muteMode || configuration.core.simulationClass.isDefined
val defaultBaseName = defaultOutputDirectoryBaseName(simulation)
val optionalDescription = configuration.core.runDescription

Expand Down

0 comments on commit eb72771

Please sign in to comment.