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

Cosmetic mod to test

parent d5a45670
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ send_user "\n\nTest partition with shared=YES:2\n" ...@@ -352,7 +352,7 @@ send_user "\n\nTest partition with shared=YES:2\n"
create_part $test_part_2 "YES:$shared_j_cnt" $node_name create_part $test_part_2 "YES:$shared_j_cnt" $node_name
# Submit a job with shared (expect 2 jobs per core/CPU) # Submit a job with shared (expect 2 jobs per core/CPU)
set new_job_limit [expr $num_jobs *2] set new_job_limit [expr $num_jobs * 2]
sub_job "0-$new_job_limit" 1 $test_part_2 sub_job "0-$new_job_limit" 1 $test_part_2
check_job $new_job_limit check_job $new_job_limit
cancel_job $job_id cancel_job $job_id
......
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