We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a69a8 commit 186abd5Copy full SHA for 186abd5
features/msfconsole/database_yml.feature
@@ -109,9 +109,7 @@ Feature: `msfconsole` `database.yml`
109
database: project_metasploit_framework_test
110
username: project_metasploit_framework_test
111
"""
112
- When I run `msfconsole --environment test` interactively
113
- And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
114
- And I type "exit"
+ When I run `msfconsole --environment test --execute-command exit`
115
Then the output should contain "user_metasploit_framework_test"
116
117
Scenario: Without --yaml, MSF_DATABASE_CONFIG or ~/.msf4/database.yml, project "database.yml" wins
0 commit comments