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

Fix check if the error is expected

parent 7352d17d
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ proc inc3_11_9 {} {
set total_core_res [ expr $core_res_num + 1 ]
# Now creating a reservation using first 5 nodes and more cores per node than available
set ret_code [create_res "StartTime=now Duration=60 Nodes=$def_node_name\[$min_node_inx\-$max_node_inx\] CoreCnt=1,1,1,1,$total_core_res User=$user_name" 0]
set ret_code [create_res "StartTime=now Duration=60 Nodes=$def_node_name\[$min_node_inx\-$max_node_inx\] CoreCnt=1,1,1,1,$total_core_res User=$user_name" 1]
if {$ret_code == 0} {
send_user "\n\033\[31mFAILURE: reservation was created when it should not\033\[m\n"
set ret_code [delete_res $res_name1]
......
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