File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,9 @@ case "$jobname" in
7272 ;;
7373esac
7474
75+ case " $MAKE_TARGETS " in
76+ * " all " * ) make -C contrib/subtree test ;;
77+ esac
78+
7579check_unignored_build_artifacts
7680save_good_tree
Original file line number Diff line number Diff line change @@ -20,4 +20,7 @@ if [ "$1" == "0" ] ; then
2020 group " Run unit tests" make --quiet -C t unit-tests-test-tool
2121fi
2222
23+ # Run the git subtree tests only if main tests succeeded
24+ test 0 ! = " $1 " || make -C contrib/subtree test
25+
2326check_unignored_build_artifacts
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ $(GIT_SUBTREE_TEST): $(GIT_SUBTREE)
9494 cp $< $@
9595
9696test : $(GIT_SUBTREE_TEST )
97- $(MAKE ) -C t/ test
97+ $(MAKE ) -C t/ all
9898
9999clean :
100100 $(RM ) $(GIT_SUBTREE )
You can’t perform that action at this time.
0 commit comments