Skip to content
Snippets Groups Projects
Commit f717817b authored by Danny Auble's avatar Danny Auble
Browse files

A Warning shouldn't result in a failure.

parent d88c1870
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ print_header $test_id
if {![string match *CR_PACK_NODES* [test_select_type_params]]} {
send_user "\nWARNING: this test requirese "
send_user "SelectTypeParameters=CR_PACK_NODES\n"
exit 1
exit 0
}
proc check_node_config { } {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment