ZTS: threadsappend_001_pos
Correct exception path used in zts-report.py.in. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
435407eb5c
commit
a836cc6ddd
|
@ -212,7 +212,7 @@ elif sys.platform.startswith('linux'):
|
|||
# reasons listed above can be used.
|
||||
#
|
||||
maybe = {
|
||||
'append/threadsappend_001_pos': ['FAIL', 6136],
|
||||
'threadsappend/threadsappend_001_pos': ['FAIL', 6136],
|
||||
'chattr/setup': ['SKIP', exec_reason],
|
||||
'crtime/crtime_001_pos': ['SKIP', statx_reason],
|
||||
'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason],
|
||||
|
|
Loading…
Reference in New Issue