Lines Matching full:echo

87          echo "Error: example is not built: $example"
119 echo "The total number of tasks ($num_proc_run) must be a multiple of"
120 echo "the number of tasks per node ($num_proc_node). Stop."
128 echo "Running the tests using a total of $num_proc_run MPI tasks ..." | tee -a $output_file
129 echo "... with $num_proc_node tasks per node ..." | tee -a $output_file
130 echo | tee -a $output_file
139 # Echo usage information
140 echo "$help_msg"
146 echo "Missing \"list\" in --bp \"list\""; $exit_cmd 1; }
152 echo "Missing \"list\" in --ceed \"list\""; $exit_cmd 1; }
158 [ $# -gt 0 ] || { echo "Missing <name> in --run <name>"; $exit_cmd 1; }
161 echo "Test script not found: '$1'"; $exit_cmd 1
167 echo "Missing \"list\" in --num-proc \"list\""; $exit_cmd 1; }
173 echo "Missing \"list\" in --proc-node \"list\""; $exit_cmd 1; }
189 eval "$1" || { echo "Error evaluating argument: $1"; $exit_cmd 1; }
192 echo "Unknown option: '$1'"
206 echo "
209 echo
236 echo
237 echo "Using backend $backend ..." | tee $output_file
244 echo "Test problem file, $test_basename:" | tee -a $output_file
245 echo "------------------------------------------------" | tee -a $output_file
247 echo "------------------------------------------------" | tee -a $output_file
248 echo | tee -a $output_file
256 echo "Reading test file: $test_file" | tee -a $output_file
257 echo | tee -a $output_file
262 echo "Example(s) required by the test: $test_required_examples" | tee -a $output_file
264 echo | tee -a $output_file
278 echo "Standard output is not a terminal. Stop." | tee -a $output_file
281 echo "Reading shell commands, type 'c' to continue, 'exit' to stop ..." | tee -a $output_file
282 echo | tee -a $output_file
301 [[ "${#line}" -eq 0 ]] && { echo; $exit_cmd 0; }
303 echo "Continuing ..." | tee -a $output_file
313 echo
324 echo "Sub-shell for backend '$backend' returned error code $?. Stop."