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

Fixed tests to let us know when/if they fail

parent 900e5565
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Test MaxCpus limits # Test MaxCpus limits
proc inc21_30_5 {} { proc inc21_30_5 {} {
global salloc acct number srun bin_sleep maxcpu_num global salloc acct number srun bin_sleep maxcpu_num exit_code
send_user "\nStarting MaxCPUs limit test (Within: inc21.30.5)\n\n" send_user "\nStarting MaxCPUs limit test (Within: inc21.30.5)\n\n"
set job_id1 0 set job_id1 0
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Test MaxNode limit # Test MaxNode limit
proc inc21_30_6 {} { proc inc21_30_6 {} {
global salloc acct number srun job_id1 bin_sleep maxnode_num global salloc acct number srun job_id1 bin_sleep maxnode_num exit_code
send_user "\nStarting MaxNode limit test (Within: inc21.30.6)\n\n" send_user "\nStarting MaxNode limit test (Within: inc21.30.6)\n\n"
set job_id1 0 set job_id1 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