Skip to content

Commit

Permalink
Add new include_source to expected test results. refs: #105
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Jan 10, 2024
1 parent adc9674 commit 88e2d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ def test_build(self):
self.assertEqual([x[0] for x in Build.list_build_options()], COMMON_BUILD_PROFILES)

def test_debian(self):
self.assertEqual([x[0] for x in Debian.list_build_options()], COMMON_BUILD_PROFILES + ["build_profile"])
self.assertEqual(
[x[0] for x in Debian.list_build_options()], COMMON_BUILD_PROFILES + ["build_profile", "include_source"]
)

def test_rpm(self):
self.assertEqual([x[0] for x in RPM.list_build_options()], COMMON_BUILD_PROFILES)
Expand Down

0 comments on commit 88e2d42

Please sign in to comment.