ttcn3-stp/Makefile: Set branch to laforge/stp only if envvar not set

Change-Id: I1f4061f2b1d62e6a42af4629ce462269cfaf317f
This commit is contained in:
Pau Espin 2019-11-06 16:00:24 +01:00
parent 6135fcdafc
commit 8944147dbd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
RUN_ARGS?=--sysctl net.ipv6.conf.all.disable_ipv6=0 --rm --network sigtran --ip 172.18.2.202 -v ggsn-test-vol:/data
OSMO_TTCN3_BRANCH="laforge/stp"
OSMO_TTCN3_BRANCH?="laforge/stp"
include ../make/Makefile