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 0e1e512 commit 69b170aCopy full SHA for 69b170a
features/msfconsole/database_yml.feature
@@ -48,7 +48,7 @@ Feature: `msfconsole` `database.yml`
48
database: project_metasploit_framework_test
49
username: project_metasploit_framework_test
50
"""
51
- When I run `msfconsole --environment test --execute-command exit --yaml command_line.yml`
+ When I run `msfconsole --defer-module-loads --environment test --execute-command exit --yaml command_line.yml`
52
Then the output should contain "command_line_metasploit_framework_test"
53
54
Scenario: Without --yaml, MSF_DATABASE_CONFIG wins
0 commit comments