Skip to content

Commit

Permalink
Always enable trivial-httpd for tests
Browse files Browse the repository at this point in the history
When running tests we always need ostree-trivial-httpd, so enable it
unconditionally

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
  • Loading branch information
akiernan committed Sep 5, 2019
1 parent 522d31b commit c5a7f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS += \
--enable-gtk-doc \
--enable-man \
--disable-maintainer-mode \
--enable-trivial-httpd-cmdline \
$(NULL)

GITIGNOREFILES = aclocal.m4 build-aux/ buildutil/*.m4 config.h.in gtk-doc.make
Expand Down
1 change: 1 addition & 0 deletions ci/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"

../configure \
--enable-always-build-tests \
--enable-trivial-httpd-cmdline \
${ci_configopts}
"$@"

Expand Down

0 comments on commit c5a7f55

Please sign in to comment.