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: I3d9976d07f088e2d106d23259889a4bffe1abbcb
This commit is contained in:
Oliver Smith 2021-07-09 10:12:18 +02:00 committed by osmith
parent 4186b95259
commit 6b84b46198
1 changed files with 1 additions and 0 deletions

View File

@ -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"