Skip to content

Commit

Permalink
smbtorture: add expectedfail.d/* files to knownfails
Browse files Browse the repository at this point in the history
Add the newly created directory expectedfail.d to the knownfails list
for smbtorture.

Signed-off-by: Sachin Prabhu <[email protected]>
  • Loading branch information
spuiuk authored and anoopcs9 committed Jan 18, 2024
1 parent de7e3ba commit fea076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/smbtorture/test_smbtorture.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def smbtorture(share_name: str, test: str, tmp_output: Path) -> bool:
"--fail-on-empty",
"--prefix=samba3.",
]
for filter in ["knownfail", "knownfail.d"]:
for filter in ["knownfail", "knownfail.d", "expectedfail.d"]:
filter_subunit_cmd.append(
"--expected-failures=" + script_root + "/selftest/" + filter
)
Expand Down

0 comments on commit fea076c

Please sign in to comment.