Skip to content

Commit

Permalink
Test: Add extra options to the integration tests to work with User co…
Browse files Browse the repository at this point in the history
…nfig

If the developper starts the integration tests debug configuration, the
configuration will be merged with his user configuration. This commit
resets the other bitbake configurations to prevent conflicts.
  • Loading branch information
deribaucourt committed May 31, 2024
1 parent 20b010e commit 4593476
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration-tests/project-folder/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"files.trimTrailingWhitespace": false
},
"files.associations": {
"*.txt": "diff",
"*.conf": "bitbake",
"*.inc": "bitbake"
}
},
"bitbake.buildConfigurations": [],
"bitbake.commandWrapper": "",
"bitbake.workingDirectory": "${workspaceFolder}"
}

0 comments on commit 4593476

Please sign in to comment.