Index: run_remote_tests.sh |
diff --git a/run_remote_tests.sh b/run_remote_tests.sh |
index 25282088cc4d832c75b1b41b9cb40ac033ef3c25..36e028d2afddb250a610f7723354ec55fcf1ed1c 100755 |
--- a/run_remote_tests.sh |
+++ b/run_remote_tests.sh |
@@ -275,12 +275,14 @@ function main() { |
${enter_chroot} ${autotest} --board "${FLAGS_board}" -m "${FLAGS_remote}" \ |
--ssh-port ${FLAGS_ssh_port} \ |
"${option}" "${control_file}" -r "${results_dir}" ${verbose} \ |
- "${passthrough_args}" |
+ "${passthrough_args}" >&2 |
done |
echo "" |
echo_color "yellow" ">>> Test results:" |
./generate_test_report "${TMP}" --strip="${TMP}/" |
+ |
+ print_time_elapsed |
} |
main "$@" |