mirror of https://gerrit.osmocom.org/osmo-dev
ttcn3.sh: set NO_LIST_OSMO_PACKAGES=1
Speed up tests by not running a separate docker instances first that lists installed packages. Depends: docker-playground Iaafb81e9ee94850ae3b6318574ad5370d74a2838 Change-Id: I3d9976d07f088e2d106d23259889a4bffe1abbcbchanges/01/24901/2
parent
4186b95259
commit
6b84b46198
|
@ -245,6 +245,7 @@ run_docker() {
|
|||
|
||||
cd "$(get_testsuite_dir_docker)"
|
||||
export DOCKER_ARGS="-v /usr/local:/usr/local:ro -v $hacks:/osmo-ttcn3-hacks:ro"
|
||||
export NO_LIST_OSMO_PACKAGES=1
|
||||
./jenkins.sh
|
||||
|
||||
touch "$marker"
|
||||
|
|
Loading…
Reference in New Issue