summaryrefslogtreecommitdiffstats
path: root/azure-pipelines
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-16 17:10:33 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-16 17:41:00 +0200
commit88fb2e5258608d413dd26470b6c0e713908dbbc8 (patch)
tree4a9bd89ecbf2e781b19d40333e6828941990fbd0 /azure-pipelines
parent978532c5b3fe59a12503bcf92f1522f9591f2228 (diff)
downloadqpdf-88fb2e5258608d413dd26470b6c0e713908dbbc8.tar.zst
Workaround for fragile test on Windows
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/build-windows3
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
index c69e6499..224f49d4 100755
--- a/azure-pipelines/build-windows
+++ b/azure-pipelines/build-windows
@@ -29,8 +29,7 @@ installdir=install-$tool$wordsize
rm -rf $installdir
./config-$tool --with-windows-wordsize=$wordsize --enable-show-failed-test-output
make -j$(nproc)
-# XXX Fix test fragility -- it's always check status in the content preservation tests.
-make -k check || echo "WARNING: TESTS FAILED"
+make -k check
make install
v=`(cd $installdir; ls -d qpdf-*)`