Index: tools/run_tests_on_target.sh =================================================================== diff -u -r8df6ead4e7b8c832f4fdf07dd751245b9c75a973 -r316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed --- tools/run_tests_on_target.sh (.../run_tests_on_target.sh) (revision 8df6ead4e7b8c832f4fdf07dd751245b9c75a973) +++ tools/run_tests_on_target.sh (.../run_tests_on_target.sh) (revision 316fd2f51b0fa89c0f69949d79ef246e1e4bc4ed) @@ -1,18 +1,18 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. +# Copyright (c) 2020-2025 Diality Inc. - All Rights Reserved. # -# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN -# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file run_tests.sh +# @file run_tests_on_target.sh # -# @date 14-Oct-2020 -# @author Peter Lucia +# @author (last) Peter Lucia +# @date (last) 14-Oct-2020 +# @author (original) Peter Lucia +# @date (original) 14-Oct-2020 # -# @brief This script runs a specific test case on a target over SSH -# ############################################################################ cd .. SQUISH_RUNNER_PATH="/opt/squishqt/bin"