Index: tools/run_tests.sh =================================================================== diff -u -rca79dc7f50fc912b05da91321d8652934aee0764 -r25829e5793af41ffc76f0862a72d5fa510b14b19 --- tools/run_tests.sh (.../run_tests.sh) (revision ca79dc7f50fc912b05da91321d8652934aee0764) +++ tools/run_tests.sh (.../run_tests.sh) (revision 25829e5793af41ffc76f0862a72d5fa510b14b19) @@ -1,19 +1,18 @@ #!/bin/bash ########################################################################### # -# Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. +# Copyright (c) 2020-2022 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.sh # -# @date 14-Oct-2020 -# @author Peter Lucia +# @author (last) Peter Lucia +# @date (last) 19-Feb-2021 +# @author (original) Peter Lucia +# @date (original) 28-Sep-2020 # -# @brief This script runs the test suite from the command line -# and can run tests with the specified tags -# ############################################################################ TAGS=TreatmentAdjustmentUltrafiltration TIMEOUT=200