make test1139 pass with out of source tree builds

This commit is contained in:
Kamil Dudka 2017-03-14 14:22:08 +01:00
parent 8bab5c452b
commit 1426ff4f4a
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@ export LD_LIBRARY_PATH
cd build-full/tests
make %{?_smp_mflags} V=1
# TODO: fix tests/manpage-scan.pl upstream to support out of source tree builds
ln -s ../../docs/curl.1 ../docs
# run the upstream test-suite
srcdir=../../tests perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky'