mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
updated tests
This commit is contained in:
parent
7745c3ba85
commit
a2b2e9dbc4
@ -27,8 +27,6 @@ export DISPLAY=:99.0
|
||||
#
|
||||
echo "xwindows (xvfb) display: $DISPLAY"
|
||||
|
||||
ls -la
|
||||
|
||||
# Now we actually run the python3 based tests
|
||||
#
|
||||
echo ""
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script runs the (simple non-browser) tests
|
||||
|
||||
ls -la
|
||||
|
||||
python3 test_output.py
|
||||
|
Loading…
Reference in New Issue
Block a user