From 88fb2e5258608d413dd26470b6c0e713908dbbc8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 16 Oct 2018 11:10:33 -0400 Subject: Workaround for fragile test on Windows --- azure-pipelines/build-windows | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azure-pipelines') 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-*)` -- cgit v1.2.3-54-g00ecf