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

Add more comments and logging to a test

No changes to the test logic
parent 4b48a3a2
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,10 @@ if {[test_cray]} {
MPIParams=ports=12000-13000\nProctrackType=proctrack/cray\n"
}
###############################################
# test 33.1.1
###############################################
send_user "test33.1.1\n"
set file_in "$wd/etc.33.1.1/slurm.conf"
file delete $file_in
set fd [open "$file_in" a]
......@@ -136,7 +139,10 @@ close $fd
run_config "etc.33.1.1"
file delete $file_in
###############################################
# test 33.1.2
###############################################
send_user "\n\ntest33.1.2\n"
set file_in "$wd/etc.33.1.2/slurm.conf"
file delete $file_in
set fd [open "$file_in" a]
......@@ -154,7 +160,10 @@ close $fd
run_config "etc.33.1.2"
file delete $file_in
###############################################
# test 33.1.3
###############################################
send_user "\n\ntest33.1.3\n"
set file_in "$wd/etc.33.1.3/slurm.conf"
file delete $file_in
set fd [open "$file_in" a]
......@@ -171,7 +180,10 @@ close $fd
run_config "etc.33.1.3"
file delete $file_in
###############################################
# test 33.1.4
###############################################
send_user "\n\ntest33.1.4\n"
set file_in "$wd/etc.33.1.4/slurm.conf"
file delete $file_in
set fd [open "$file_in" a]
......
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