File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ BEGIN_FOLD build
44
44
DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo " Build failure. Verbose build follows." && DOCKER_EXEC make $GOAL V=1 ; false )
45
45
END_FOLD
46
46
47
- if [ " $RUN_TESTS " = " true" ]; then
47
+ if [ " $RUN_UNIT_TESTS " = " true" ]; then
48
48
BEGIN_FOLD unit-tests
49
49
DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR /depends/$HOST /lib make $MAKEJOBS check VERBOSE=1
50
50
END_FOLD
@@ -60,7 +60,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
60
60
extended=" --extended --exclude feature_pruning,feature_dbcrash"
61
61
fi
62
62
63
- if [ " $RUN_TESTS " = " true" ]; then
63
+ if [ " $RUN_FUNCTIONAL_TESTS " = " true" ]; then
64
64
BEGIN_FOLD functional-tests
65
65
DOCKER_EXEC test/functional/test_runner.py --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
66
66
END_FOLD
You can’t perform that action at this time.
0 commit comments