diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-08-29 10:15:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-29 10:15:52 +0300 |
| commit | cf3b331d453c28ddb26a5bdbc53aacf8b5c55fa0 (patch) | |
| tree | c9e77297d270d3aaae9336b9d168cbd9253479a4 | |
| parent | bfef4be6a80a74cb2589855e4956bd06de4b8f5b (diff) | |
| parent | 1b7412c8665593b04d0cb0ffd9172549861b456f (diff) | |
Merge pull request #4896 from donaldsharp/docker_dev_build
tests: Modify docker build for local to have dev build
| -rwxr-xr-x | tests/topotests/docker/inner/compile_frr.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/docker/inner/compile_frr.sh b/tests/topotests/docker/inner/compile_frr.sh index 2d72082c1e..dee0ec8118 100755 --- a/tests/topotests/docker/inner/compile_frr.sh +++ b/tests/topotests/docker/inner/compile_frr.sh @@ -84,6 +84,7 @@ if [ ! -e Makefile ]; then --enable-static-bin \ --enable-static \ --enable-shared \ + --enable-dev-build \ --with-moduledir=/usr/lib/frr/modules \ --prefix=/usr \ --localstatedir=/var/run/frr \ |
