]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bootstrap.conf: do not bring tests in gnulib clones (src/unistring)
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 12 Mar 2020 19:46:58 +0000 (20:46 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 16 Mar 2020 20:45:50 +0000 (21:45 +0100)
These tests are not being run, and they can cause issues as
in !1208.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
bootstrap.conf

index 8421fb995f4b59d717eaafdb0b78276324fef625..9216ab6cf398d8e7f113f7141a28015fbadded90 100644 (file)
@@ -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