Skip to content
Snippets Groups Projects
Commit 67ab5da6 authored by Moe Jette's avatar Moe Jette
Browse files

Don't print output of scontrol show config, it's not really relevent.

parent 48357499
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ proc run_tasks { } { ...@@ -55,6 +55,7 @@ proc run_tasks { } {
# Report the slurm configuration # Report the slurm configuration
# #
set matches 0 set matches 0
log_user 0
spawn $scontrol show config spawn $scontrol show config
expect { expect {
-re "switch/elan" { -re "switch/elan" {
...@@ -69,6 +70,7 @@ expect { ...@@ -69,6 +70,7 @@ expect {
wait wait
} }
} }
log_user 1
if {$matches != 1} { if {$matches != 1} {
send_user "\nWARNING: not running elan switch, this test is not applicable\n" send_user "\nWARNING: not running elan switch, this test is not applicable\n"
exit 0 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