updated tests

This commit is contained in:
Stephen Gaito 2020-06-03 15:06:05 +01:00
parent 939075cc3a
commit 7745c3ba85
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ev
# This bash script runs the local browser tests
# We start by running a virtual frame buffer as display 99.0
@ -25,6 +27,8 @@ export DISPLAY=:99.0
#
echo "xwindows (xvfb) display: $DISPLAY"
ls -la
# Now we actually run the python3 based tests
#
echo ""