Skip to content
Success

Changes

Summary

  1. sccp: testenv: fix run with asan + latest binaries (details)
  2. testenv: remove TESTENV_GIT_DIR (details)
Commit 563100e13fb12b2bb0b073adeab9327778d0bb70 by Oliver Smith
sccp: testenv: fix run with asan + latest binaries

When running against osmocom:nightly:asan, build sccp_demo_user with
--enable-sanitize. Otherwise this code is not running with asan and
doesn't even start (as the libraries we link against are built with
--enable-sanitize).

When running against osmocom:latest, check out the latest tag instead of
current master.

Fixes: OS#5899
Change-Id: I5307125560694feae9f0978ebd27607a77ed8675
The file was modified_testenv/testenv/podman_install.py
Commit f10f525ce38726785bb935e124ad4591b9097c13 by Oliver Smith
testenv: remove TESTENV_GIT_DIR

This variable is not used anymore, remove it.

Change-Id: Iabb9fa3b9b393b2cb7f18fb877746e5d1e510e63
The file was modified_testenv/testenv/cmd.py