Skip to content

Commit 9965281

Browse files
committed
Arm backend: Zephyr tests script print conda/venv to log
Signed-off-by: Zingo Andersen <Zingo.Andersen@arm.com> Change-Id: Ib985416d356899e3edbc835b7468e95f2f6706e3
1 parent 6ae6502 commit 9965281

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci/scripts/zephyr-utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ _zephyr_utils_run_simple_commands () {
113113
return 1
114114
fi
115115

116+
echo "Setup: conda:${CONDA_PREFIX} or venv:${VIRTUAL_ENV}"
116117
echo "Running: ${cmd}"
117118
if ! eval "${cmd}"; then
118119
return 1

0 commit comments

Comments
 (0)