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

Fix typo in log message.

parent 0e8dc9f9
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ set matches 0 ...@@ -89,7 +89,7 @@ set matches 0
set no_capability 0 set no_capability 0
set timeout $max_job_delay set timeout $max_job_delay
send_user "======================================================================\n" send_user "======================================================================\n"
send_user "======================= Run without bunk transfer ===================\n" send_user "======================= Run without bulk transfer ===================\n"
send_user "======================================================================\n" send_user "======================================================================\n"
spawn $totalviewcli -verbosity info -e $no_bulk $srun -a --input=none -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 { expect {
...@@ -167,7 +167,7 @@ if {$matches != 12} { ...@@ -167,7 +167,7 @@ if {$matches != 12} {
set matches 0 set matches 0
set no_capability 0 set no_capability 0
send_user "======================================================================\n" send_user "======================================================================\n"
send_user "===================== Run with bunk transfer ========================\n" send_user "===================== Run with bulk transfer ========================\n"
send_user "======================================================================\n" send_user "======================================================================\n"
spawn $totalviewcli -verbosity info -e $bulk $srun -a --input=none -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 { expect {
......
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