added testScript to run local tests

This commit is contained in:
Stephen Gaito 2020-06-03 14:54:10 +01:00
parent fbf06c21f8
commit 939075cc3a
4 changed files with 20 additions and 4 deletions

View File

@ -25,10 +25,10 @@ jobs:
# - docker
dist: bionic
script: ./buildScripts/travisLinuxDoItAll
# - stage: test
# os:
# - linux
# script: ./testScripts/doItAllTravis
- stage: test
os:
- linux
script: ./testScripts/runLocalTests
#deploy:
# provider: releases
# api_key:

0
testScripts/doItAll Normal file → Executable file
View File

0
testScripts/doItAllTravis Normal file → Executable file
View File

16
testScripts/runLocalTests Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
set -ev
# This bash script runs the pdf2htmlEX tests
cd pdf2htmlEX/test
# The following is only needed for the local browser tests
#
# ./installAutomaticTestSoftware
./runLocalTests
# ./runLocalBrowserTests