Skip to content

Commit

Permalink
tests: Run diff with manifest argument
Browse files Browse the repository at this point in the history
Run the diff command with --manifest argument.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt authored and carlescufi committed Aug 27, 2024
1 parent 0d5ee4e commit 6aaf248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def test_diff(west_init_tmpdir):
# Diff with no projects cloned shouldn't fail

cmd('diff')
cmd('diff --manifest')

# Neither should it fail after fetching one or both projects

Expand Down

0 comments on commit 6aaf248

Please sign in to comment.