summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-12 20:46:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-16 21:45:50 +0100
commit2b036175055464115ea8cddecf3bfbb04683a5e6 (patch)
tree0cf58665a4f7db88a10a55e7e27248311bcf0daf /bootstrap.conf
parentbbe93dc315009fe1f9a30426cbe20f4661b8435c (diff)
downloadgnutls-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>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf4
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