ts: adapt tests now conflict msgs are not duplicated

This commit is contained in:
Xavier Delaruelle
2023-12-21 17:12:57 +01:00
parent d6c396c399
commit 1a52ab1be7

View File

@@ -71,13 +71,13 @@ testouterr_cmd_re "sh" "load mb" $ans [msg_top_load mb {} mc {}]
testouterr_cmd "sh" "load md" "ERR" [msg_load mc [err_conloi md]]\n\n[msg_load md [err_reqlo mc]]
testouterr_cmd "sh" "load me" "ERR" [msg_unload {mc <aL>} [err_deplo mb]]\n\n[msg_load mf [err_conun mc] [err_conlo mc]]\n\n[msg_load me [err_reqlo mf]]
testouterr_cmd "sh" "load me" "ERR" [msg_unload {mc <aL>} [err_deplo mb]]\n\n[msg_load mf [err_conun mc]]\n\n[msg_load me [err_reqlo mf]]
testouterr_cmd "sh" "load mg" "ERR" [msg_load mb [err_conlo ma]]\n\n[msg_load mg [err_reqlo mb]]
testouterr_cmd "sh" "load mh" "ERR" [msg_unload {mb <aL>} [err_deplo mh]]\n\n[msg_load ma [err_conun mb] [err_conlo mb]]\n\n[msg_load mh [err_reqlo ma]]
testouterr_cmd "sh" "load mh" "ERR" [msg_unload {mb <aL>} [err_deplo mh]]\n\n[msg_load ma [err_conun mb]]\n\n[msg_load mh [err_reqlo ma]]
testouterr_cmd "sh" "load mi" "ERR" [msg_unload {mb <aL>} [err_deplo mi]]\n\n[msg_load ma [err_conun mb] [err_conlo mb]]\n\n[msg_load mi [err_reqlo ma]]
testouterr_cmd "sh" "load mi" "ERR" [msg_unload {mb <aL>} [err_deplo mi]]\n\n[msg_load ma [err_conun mb]]\n\n[msg_load mi [err_reqlo ma]]
testouterr_cmd "sh" "load mk" "ERR" [msg_unload {mc <aL>} [err_deplo mk]]\n\n[msg_load mk [err_conun mc]]
@@ -91,7 +91,7 @@ testouterr_cmd "sh" "load mo" "ERR" [msg_load mn [err_conloi mo]]\n\n[msg_load m
testouterr_cmd "sh" "load mp" "ERR" [msg_load ma [err_conloi mp]]\n\n[msg_load mp [err_reqlo ma]]
testouterr_cmd "sh" "load mq" "ERR" [msg_unload {mb <aL>} [err_deplo mi]]\n\n[msg_load ma [err_conun mb] [err_conlo mb]]\n\n[msg_load mi [err_reqlo ma]]\n\n[msg_load mq [err_reqlo mi]]
testouterr_cmd "sh" "load mq" "ERR" [msg_unload {mb <aL>} [err_deplo mi]]\n\n[msg_load ma [err_conun mb]]\n\n[msg_load mi [err_reqlo ma]]\n\n[msg_load mq [err_reqlo mi]]
set ans [list]
lappend ans [list set __MODULES_LMCONFLICT "mc&mc"]