Skip to content

Commit

Permalink
Fix Travis unit test running
Browse files Browse the repository at this point in the history
  • Loading branch information
kpepper committed Mar 10, 2022
1 parent 314dea2 commit f6827f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions test/RunDefaultUnitTests.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#! /bin/bash

##########################################################
# Run all non-evosuite unit tests, which is the
# default option.
# Run tests.
##########################################################

echo "EMBOSS_ROOT set to: "$EMBOSS_ROOT
echo

cd ..

mvn test
mvn -DEMBOSS_ROOT=${EMBOSS_ROOT} test

5 changes: 2 additions & 3 deletions test/RunTravisTests.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#! /bin/bash

############################################################
# Run a selection of tests for a Travis build that will
# fit within the Travis 50 minute build window.
# Run Travis build tests.
############################################################

echo
Expand All @@ -11,5 +10,5 @@ echo

cd ..

mvn test jacoco:report
mvn -DEMBOSS_ROOT=${EMBOSS_ROOT} test jacoco:report

0 comments on commit f6827f6

Please sign in to comment.