diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -94,8 +94,12 @@ xstrtoll xvasprintf ' +# If any tests fail, avoid including them by adding them to +# this list. +avoid="--avoid=dummy --avoid=getlogin_r-tests" + $gnulib_tool \ - --avoid=dummy \ + $avoid \ --with-tests \ --m4-base=m4 \ --source-base=gnulib/lib \ |