Skip to content
Snippets Groups Projects
Commit 6cee2899 authored by Danny Auble's avatar Danny Auble
Browse files
parent a3913249
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,8 @@ set srun_pid [spawn $srun -N1 -t1 --unbuffered $file_prog] ...@@ -84,6 +84,8 @@ set srun_pid [spawn $srun -N1 -t1 --unbuffered $file_prog]
expect { expect {
-re "WAITING" { -re "WAITING" {
incr matches incr matches
# sleep to make sure the process is actually running
sleep 1
exec $bin_kill -USR1 $srun_pid exec $bin_kill -USR1 $srun_pid
exec $bin_sleep 1 exec $bin_sleep 1
exec $bin_kill -USR2 $srun_pid exec $bin_kill -USR2 $srun_pid
......
...@@ -39,11 +39,6 @@ set timeout $max_job_delay ...@@ -39,11 +39,6 @@ set timeout $max_job_delay
print_header $test_id print_header $test_id
if {[test_assoc_enforced]} {
send_user "\nWARNING: Using users default account instead of $job_acct since associations are enforced.\n"
set job_acct [get_default_acct 0]
}
# #
# Set target environment variables # Set target environment variables
# #
......
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