From d3bee93ed546bb602f0ec73756d6e35e7ffd2e94 Mon Sep 17 00:00:00 2001 From: FPille Date: Sun, 4 Aug 2019 19:30:14 +0200 Subject: [PATCH] Disable pytest --- test/test-appimage.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/test-appimage.sh b/test/test-appimage.sh index 002e5264..c1f47756 100644 --- a/test/test-appimage.sh +++ b/test/test-appimage.sh @@ -8,7 +8,11 @@ chmod +x OCRmyPDF*.AppImage # run OCRmyPDF to test if the AppImage can ocr a test file run_appimage() { + echo "" + ./OCRmyPDF*.AppImage --help + echo "" ./OCRmyPDF*.AppImage -l deu -s -d --jbig2-lossy --optimize 1 "$TRAVIS_BUILD_DIR"/test/test.pdf output.pdf + echo "" } @@ -39,7 +43,7 @@ run_appimage run_appimagelint - run_pytest +# run_pytest