Index: tests/unit_tests/run_all.sh =================================================================== diff -u -r8a13a85045edfcf69bf0e728d294f04b924d732c -r8474f8e345f165187d4dde17840575ee4e98a9b4 --- tests/unit_tests/run_all.sh (.../run_all.sh) (revision 8a13a85045edfcf69bf0e728d294f04b924d732c) +++ tests/unit_tests/run_all.sh (.../run_all.sh) (revision 8474f8e345f165187d4dde17840575ee4e98a9b4) @@ -1,18 +1,18 @@ #!/bin/bash +source ../../venv/bin/activate ########################################################################### # -# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# Copyright (c) 2019-2021 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. # -# @file run_all.sh +# @file run_all.sh # -# @author (last) Peter Lucia -# @date (last) 16-May-2021 -# @author (original) Peter Lucia -# @date (original) 16-May-2021 +# @author (last) Peter Lucia +# @date (last) 16-May-2021 +# @author (original) Peter Lucia +# @date (original) 16-May-2021 # ############################################################################ -source ../../venv/bin/activate for f in *.py; do python3 "$f"; done