mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +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"
|
echo "xwindows (xvfb) display: $DISPLAY"
|
||||||
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
# Now we actually run the python3 based tests
|
# Now we actually run the python3 based tests
|
||||||
#
|
#
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ev
|
||||||
|
|
||||||
# This bash script runs the (simple non-browser) tests
|
# This bash script runs the (simple non-browser) tests
|
||||||
|
|
||||||
|
ls -la
|
||||||
|
|
||||||
python3 test_output.py
|
python3 test_output.py
|
||||||
|
Loading…
Reference in New Issue
Block a user