From a2b2e9dbc456dd81ebc3757682aa62b11809c1fc Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Wed, 3 Jun 2020 15:10:37 +0100 Subject: [PATCH] updated tests --- pdf2htmlEX/test/runLocalBrowserTests | 2 -- pdf2htmlEX/test/runLocalTests | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pdf2htmlEX/test/runLocalBrowserTests b/pdf2htmlEX/test/runLocalBrowserTests index 40e811c..4d122c7 100755 --- a/pdf2htmlEX/test/runLocalBrowserTests +++ b/pdf2htmlEX/test/runLocalBrowserTests @@ -27,8 +27,6 @@ export DISPLAY=:99.0 # echo "xwindows (xvfb) display: $DISPLAY" -ls -la - # Now we actually run the python3 based tests # echo "" diff --git a/pdf2htmlEX/test/runLocalTests b/pdf2htmlEX/test/runLocalTests index 9ad92a8..7a6eac0 100755 --- a/pdf2htmlEX/test/runLocalTests +++ b/pdf2htmlEX/test/runLocalTests @@ -1,5 +1,9 @@ #!/bin/bash +set -ev + # This bash script runs the (simple non-browser) tests +ls -la + python3 test_output.py