Skip to content
Snippets Groups Projects
Commit fef97fd9 authored by Scott Jackson's avatar Scott Jackson Committed by Albert Gil
Browse files

Testsuite - Avoid reconfigure failure with mutli-line config params

Bug 9224
parent 0c5e075e
No related branches found
No related tags found
No related merge requests found
...@@ -170,8 +170,6 @@ if {$match == 0} { ...@@ -170,8 +170,6 @@ if {$match == 0} {
log_info "RESUMING NODE" log_info "RESUMING NODE"
spawn $scontrol update node=$test_node state=RESUME spawn $scontrol update node=$test_node state=RESUME
#Comment out SchedulerParameters
exec $bin_sed -i {s/^\(SchedulerParameters=\)/#\1/gI} $config_dir/slurm.conf
#Append SchedulerParameters=nohold_on_prolog_fail to SchedulerParameters #Append SchedulerParameters=nohold_on_prolog_fail to SchedulerParameters
exec $bin_echo "SchedulerParameters=nohold_on_prolog_fail" \ exec $bin_echo "SchedulerParameters=nohold_on_prolog_fail" \
>> $config_dir/slurm.conf >> $config_dir/slurm.conf
......
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