FIX: naming convention fixes for TOX
[csit.git] / resources / libraries / bash / entry / check / tc_naming.sh
index 70e5fa0..1101fa5 100644 (file)
@@ -109,7 +109,7 @@ for idx in "${!testcases_names[@]}"; do
         if [[ ! "${suites_names[idx]}" =~ ${r_rule} ]]; then
             msg=""
             msg+="${suites_dirs[idx]}/${suites_names[idx]} / "
-            msg+="${testcases_names[idx]} ${s_testc_rules[pass]} "
+            msg+="${testcases_names[idx]} ${s_suite_rules[pass]} "
             msg+="is not matching suite naming rule!"
             echo "${msg}" | tee -a "tc_naming.log" || die
             total_failed_su=$((total_failed_su + 1))