Skip to content
Snippets Groups Projects
Commit cc098900 authored by Morris Jette's avatar Morris Jette
Browse files

Change test fatal error to warning and exit 0

parent da8c6171
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ print_header $test_id ...@@ -47,7 +47,7 @@ print_header $test_id
if {![string match *CR_PACK_NODES* [test_select_type_params]]} { if {![string match *CR_PACK_NODES* [test_select_type_params]]} {
send_user "\nWARNING: this test requirese " send_user "\nWARNING: this test requirese "
send_user "SelectTypeParameters=CR_PACK_NODES\n" send_user "SelectTypeParameters=CR_PACK_NODES\n"
exit 1 exit 0
} }
proc check_node_config { } { 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