diff --git a/src/test/unittest/basetest.py b/src/test/unittest/basetest.py index 063b61bac5..e5b6c9cf65 100644 --- a/src/test/unittest/basetest.py +++ b/src/test/unittest/basetest.py @@ -168,7 +168,7 @@ def _execute(self, c): c (Context): test context """ self.ctx = c - start_time = None # assign in case clean() or setup() fail + start_time = None # assign in case clean() or setup() fail try: # pre-execution cleanup diff --git a/utils/docker/prepare-for-build.sh b/utils/docker/prepare-for-build.sh index fceab99323..c7be5f8a3d 100755 --- a/utils/docker/prepare-for-build.sh +++ b/utils/docker/prepare-for-build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # SPDX-License-Identifier: BSD-3-Clause -# Copyright 2016-2023, Intel Corporation +# Copyright 2016-2024, Intel Corporation # # prepare-for-build.sh - is called inside a Docker container; prepares @@ -10,6 +10,8 @@ set -e +cat /etc/*release* + # This should be run only on CIs if [ "$CI_RUN" == "YES" ]; then # Make sure $WORKDIR has correct access rights