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

Add new test that works after b2cf5e27

Bug 6357
parent 957cf5e4
No related branches found
No related tags found
No related merge requests found
......@@ -179,5 +179,8 @@ run_sacct "$array1_job_id\_1,$array2_job_id\_3" $expected_steps $expected_steps
# Now test sacct first full array and one task from the second array
run_sacct "$array1_job_id,$array2_job_id\_3" [expr $expected_steps * 6] $expected_steps
# Now test sacct one task from the first array and the second full
run_sacct "$array1_job_id\_2,$array2_job_id" $expected_steps [expr $expected_steps * 6]
send_user "\nSUCCESS\n"
exit 0
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