From a836cc6ddd6e548b86101bd0fa284c2b3ae97507 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 30 May 2023 09:16:08 -0700 Subject: [PATCH] ZTS: threadsappend_001_pos Correct exception path used in zts-report.py.in. Signed-off-by: Brian Behlendorf --- tests/test-runner/bin/zts-report.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 6413a711d8..d6fd556445 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -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],