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

Modify test for minor change in "scontrol show config" output format

parent 6c896309
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ log_user 0
set config_dir ""
spawn $scontrol show config
expect {
-re "SLURM_CONFIG_FILE.*= (/.*)/slurm.conf" {
-re "SLURM_CONF.*= (/.*)/slurm.conf" {
set config_dir $expect_out(1,string)
exp_continue
}
......
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