diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-03-12 20:46:58 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-03-16 21:45:50 +0100 |
commit | 2b036175055464115ea8cddecf3bfbb04683a5e6 (patch) | |
tree | 0cf58665a4f7db88a10a55e7e27248311bcf0daf | |
parent | bbe93dc315009fe1f9a30426cbe20f4661b8435c (diff) | |
download | gnutls-2b036175055464115ea8cddecf3bfbb04683a5e6.tar.gz |
bootstrap.conf: do not bring tests in gnulib clones (src/unistring)
These tests are not being run, and they can cause issues as
in !1208.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | bootstrap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 8421fb995f..9216ab6cf3 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -93,9 +93,9 @@ bootstrap_post_import_hook () # sed -i 's/malloc-posix//g' ${GNULIB_SRCDIR}/modules/$i # done - ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=lib/unistring/override --lib=libunistring --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --macro-prefix=unistring ${unistring_modules} + ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=lib/unistring/override --lib=libunistring --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --aux-dir=build-aux --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --without-tests --macro-prefix=unistring ${unistring_modules} - ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=src/gl/override --lib=libgnu_gpl --source-base=src/gl --m4-base=src/gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=ggl --no-vc-files ${src_modules} + ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=src/gl/override --lib=libgnu_gpl --source-base=src/gl --m4-base=src/gl/m4 --doc-base=doc --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=ggl --without-tests --no-vc-files ${src_modules} # git -C ${GNULIB_SRCDIR} reset --hard |