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

Disable srun input to avoid problems with totalviewcli and srun sharing

stdin.
parent b589ab3a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ set timeout $max_job_delay
send_user "======================================================================\n"
send_user "======================= Run without bunk transfer ===================\n"
send_user "======================================================================\n"
spawn $totalviewcli -verbosity info -e $no_bulk $srun -a -n4 -N1-2 -O -t1 $test_prog
spawn $totalviewcli -verbosity info -e $no_bulk $srun -a --input=none -n4 -N1-2 -O -t1 $test_prog
expect {
-re "d1.<>" {
if {$matches == 0} {
......@@ -172,7 +172,7 @@ set no_capability 0
send_user "======================================================================\n"
send_user "===================== Run with bunk transfer ========================\n"
send_user "======================================================================\n"
spawn $totalviewcli -verbosity info -e $bulk $srun -a -n4 -N1-2 -O -t1 $test_prog
spawn $totalviewcli -verbosity info -e $bulk $srun -a --input=none -n4 -N1-2 -O -t1 $test_prog
expect {
-re "d1.<>" {
if {$matches == 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